tirank.Visualization.create_hist_plot

tirank.Visualization.create_hist_plot(data, ax, title)[source]

Creates a histogram with a KDE overlay on a given axis.

Parameters:
  • data (pd.Series or np.ndarray) – The data to plot.

  • ax (matplotlib.axes.Axes) – The matplotlib axis to plot on.

  • title (str) – Title for the subplot.

Returns:

None