Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.36 KB

whatstk.graph.rst

File metadata and controls

72 lines (49 loc) · 1.36 KB

whatstk.graph

Plot tools using plotly.

Import plot (by plotly) to plot figures.

>>> from whatstk.graph import plot

whatstk.graph.base

.. automodule:: whatstk.graph.base
   :members:
   :undoc-members:
   :show-inheritance:


whatstk.graph.figures

.. automodule:: whatstk.graph.figures
   :members:
   :undoc-members:
   :show-inheritance:

whatstk.graph.figures.boxplot

.. automodule:: whatstk.graph.figures.boxplot
   :members:
   :undoc-members:
   :show-inheritance:

whatstk.graph.figures.heatmap

.. automodule:: whatstk.graph.figures.heatmap
   :members:
   :undoc-members:
   :show-inheritance:

whatstk.graph.figures.sankey

.. automodule:: whatstk.graph.figures.sankey
   :members:
   :undoc-members:
   :show-inheritance:

whatstk.graph.figures.scatter

.. automodule:: whatstk.graph.figures.scatter
   :members:
   :undoc-members:
   :show-inheritance:

whatstk.graph.figures.utils

.. automodule:: whatstk.graph.figures.utils
   :members:
   :undoc-members:
   :show-inheritance: