3.6.14. statsmodels.graphics.utils

Helper functions for graphics with Matplotlib.

3.6.14.1. Functions

annotate_axes(index, labels, points, ...) Annotate Axes with labels, points, offset_points according to the given index.
create_mpl_ax([ax]) Helper function for when a single plot axis is needed.
create_mpl_fig([fig, figsize]) Helper function for when multiple plot axes are needed.
get_data_names(series_or_dataframe) Input can be an array or pandas-like.
maybe_name_or_idx(idx, model) Give a name or an integer and return the name and integer location of the column in a design matrix.