mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
17 lines
257 B
Python
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,
|
|
)
|