.. currentmodule:: statsmodels.graphics

.. _graphics:

Graphics
========

.. automodule:: statsmodels.graphics

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

.. autosummary::
   :toctree: generated/

   gofplots.qqplot
   gofplots.qqline
   gofplots.qqplot_2samples
   gofplots.ProbPlot

Boxplots
--------

.. autosummary::
   :toctree: generated/

   boxplots.violinplot
   boxplots.beanplot

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

.. autosummary::
   :toctree: generated/

   correlation.plot_corr
   correlation.plot_corr_grid
   plot_grids.scatter_ellipse

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

.. autosummary::
   :toctree: generated/

   functional.hdrboxplot
   functional.fboxplot
   functional.rainbowplot
   functional.banddepth

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

.. autosummary::
   :toctree: generated/

   regressionplots.plot_fit
   regressionplots.plot_regress_exog
   regressionplots.plot_partregress
   regressionplots.plot_partregress_grid
   regressionplots.plot_ccpr
   regressionplots.plot_ccpr_grid
   regressionplots.plot_ceres_residuals
   regressionplots.abline_plot
   regressionplots.influence_plot
   regressionplots.plot_leverage_resid2

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

.. autosummary::
   :toctree: generated/

   tsaplots.plot_acf
   tsaplots.plot_pacf
   tsaplots.month_plot
   tsaplots.quarter_plot

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

.. autosummary::
   :toctree: generated/

   factorplots.interaction_plot
   mosaicplot.mosaic
   agreement.mean_diff_plot