wg-backend-django/dell-env/lib/python3.11/site-packages/plotly/matplotlylib/__init__.py
2023-10-30 14:40:43 +07:00

14 lines
376 B
Python

"""
matplotlylib
============
This module converts matplotlib figure objects into JSON structures which can
be understood and visualized by Plotly.
Most of the functionality should be accessed through the parent directory's
'tools' module or 'plotly' package.
"""
from plotly.matplotlylib.renderer import PlotlyRenderer
from plotly.matplotlylib.mplexporter import Exporter