Getting Started
CLI Tutorials
GUI Tutorial
Features Document
API Reference
Creates a histogram with a KDE overlay on a given axis.
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.
None