mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
16 lines
416 B
Python
16 lines
416 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 __future__ import absolute_import
|
|
|
|
from plotly.matplotlylib.renderer import PlotlyRenderer
|
|
from plotly.matplotlylib.mplexporter import Exporter
|