.. py:currentmodule:: fcm

Example gallery
###############
The gallery contains images to different types of plots that it's possible to build
using :py:mod:`fcm` can be used to make with source code for how they are generated.
Some scripts may require the use of additional libraries or modules.

Example Dotplots
****************
.. figure:: gallery/dotplots.png
   :align: center
   :height: 400px
   :alt: different types of dot plots
   :figclass: align-center
   
:download:`Different types of dot plots<gallery/g_dotplot.py>`

.. figure:: gallery/scatter_hist.png
   :align: center
   :height: 400px
   :alt: combination plot
   :figclass: align-center

:download:`Combination scatter and histogram<gallery/scatter_hist.py>`

3d Histograms
*************
.. figure:: gallery/3d_hist.png
   :align: center
   :height: 400px
   :alt: 3d stack of histograms
   :figclass: align-center

:download:`3d stacked histogram<gallery/g_3dhist.py>`

3d Surface Plot
***************
.. figure:: gallery/3d_surface.png
   :align: center
   :height: 400px
   :alt: 3d surface plot
   :figclass: align_center
   
:download:`3d surface plot<gallery/g_3dsurface.py>`

3d Scatter Plot
***************
.. figure:: gallery/3d_scatter.png
   :align: center
   :height: 400px
   :alt: 3d scatter plot
   :figclass: align_center
   
:download:`3d scatter plot<gallery/g_3dscatter.py>`

Overlay Histogram
*****************
.. figure:: gallery/overlay_hist.png
   :align: center
   :height: 400px
   :alt: overlay histograms
   :figclass: align_center
   
:download:`overlay histograms<gallery/g_overlay_hist.py>`

Stacked Histograms
******************
.. figure:: gallery/stacked_hist.png
   :align: center
   :width: 400px
   :alt: stacked histograms
   :figclass: align_center
  
:download:`Stacked Histograms<gallery/g_stacked_hist.py>`