.. currentmodule:: statsmodels.graphics.gofplots

.. _graphics:

Graphics
========

.. automodule:: statsmodels.graphics

Goodness of Fit Plots
---------------------

.. currentmodule:: statsmodels.graphics.gofplots
.. autosummary::
   :toctree: generated/

   qqplot
   qqline
   qqplot_2samples
   ProbPlot

Boxplots
--------

.. currentmodule:: statsmodels.graphics.boxplots

.. autosummary::
   :toctree: generated/

   violinplot
   beanplot

Correlation Plots
------------------

.. currentmodule:: statsmodels.graphics.correlation

.. autosummary::
   :toctree: generated/

   plot_corr
   plot_corr_grid

.. currentmodule:: statsmodels.graphics.plot_grids

.. autosummary::
   :toctree: generated/

   scatter_ellipse

Dot Plots
---------

.. currentmodule:: statsmodels.graphics.dotplots

.. autosummary::
   :toctree: generated/

   dot_plot

Functional Plots
----------------

.. currentmodule:: statsmodels.graphics.functional

.. autosummary::
   :toctree: generated/

   hdrboxplot
   fboxplot
   rainbowplot
   banddepth

Regression Plots
----------------

.. currentmodule:: statsmodels.graphics.regressionplots

.. autosummary::
   :toctree: generated/

   plot_fit
   plot_regress_exog
   plot_partregress
   plot_partregress_grid
   plot_ccpr
   plot_ccpr_grid
   plot_ceres_residuals
   abline_plot
   influence_plot
   plot_leverage_resid2

Time Series Plots
-----------------

.. currentmodule:: statsmodels.graphics.tsaplots

.. autosummary::
   :toctree: generated/

   plot_acf
   plot_pacf
   plot_ccf
   plot_accf_grid
   month_plot
   quarter_plot

Other Plots
-----------

.. currentmodule:: statsmodels.graphics.factorplots

.. autosummary::
   :toctree: generated/

   interaction_plot

.. currentmodule:: statsmodels.graphics.mosaicplot

.. autosummary::
   :toctree: generated/

   mosaic

.. currentmodule:: statsmodels.graphics.agreement

.. autosummary::
   :toctree: generated/

   mean_diff_plot
