done
This commit is contained in:
16
lib/python3.11/site-packages/plotly/matplotlylib/__init__.py
Normal file
16
lib/python3.11/site-packages/plotly/matplotlylib/__init__.py
Normal file
@ -0,0 +1,16 @@
|
||||
# ruff: noqa: F401
|
||||
|
||||
"""
|
||||
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
|
Reference in New Issue
Block a user