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

17 lines
257 B
Python

"""
offline
======
This module provides offline functionality.
"""
from .offline import (
download_plotlyjs,
get_plotlyjs_version,
get_plotlyjs,
enable_mpl_offline,
init_notebook_mode,
iplot,
iplot_mpl,
plot,
plot_mpl,
)