Parameters
df: pd.DataFrame
The dataframe with the data to plotx: str
The column name of the data for the histogrammedia: str
The column name of the media to displaybins: int = 20
The number of bins to use for the histogramhline: Optional[float] = None
An optional dashed horizontal line to draw on the plotvline: Optional[float] = None
An optional dashed vertical line to draw on the plot
Example