.. currentmodule:: statsmodels.graphics

.. _graphics:

Graphics
========

.. automodule:: statsmodels.graphics

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

.. autosummary::
   :toctree: generated/

   gofplots.qqplot
   gofplots.qqline

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.fboxplot
   functional.rainbowplot
   functional.banddepth

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

.. autosummary::
   :toctree: generated/

   regressionplots.plot_fit
   regressionplots.plot_regress_exog
   regressionplots.plot_partregress
   regressionplots.plot_ccpr

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

.. autosummary::
   :toctree: generated/

   tsaplots.plotacf

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

.. autosummary::
   :toctree: generated/

   factorplots.interaction_plot
