qis.plot_histplot2d¶ qis.plot_histplot2d(df, title=None, a_min=None, a_max=None, xvar_format='{:.1f}', yvar_format='{:.1f}', add_corr_legend=True, legend_loc='upper left', color='navy', fontsize=10, ax=None, **kwargs)[source]¶ Parameters: df (DataFrame) title (str) a_min (float) a_max (float) xvar_format (str) yvar_format (str) add_corr_legend (bool) legend_loc (str | None) color (str) fontsize (int) ax (Axes) Return type: Figure