diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-02-10 08:24:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:20 +0700 |
commit | 3d9046a953159393bea4133e6fefea3ebdf8e0fa (patch) | |
tree | dad20c4a83cc0b05607672f043adf08759ea5bde /python/python3-plotly/README | |
parent | eec19c7b3f04e17f4d82d70bb2ba859e2a6f46ab (diff) |
python/python3-plotly: Added (graphing library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-plotly/README')
-rw-r--r-- | python/python3-plotly/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-plotly/README b/python/python3-plotly/README new file mode 100644 index 0000000000..6d44b5777e --- /dev/null +++ b/python/python3-plotly/README @@ -0,0 +1,10 @@ +plotly.py is an interactive, open-source, and browser-based graphing +library for Python. + +Built on top of plotly.js, plotly.py is a high-level, declarative +charting library. plotly.js ships with over 30 chart types, including +scientific charts, 3D graphs, statistical charts, SVG maps, financial +charts, and more. + +Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, +or integrated into Dash applications. |