From 3d9046a953159393bea4133e6fefea3ebdf8e0fa Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 10 Feb 2024 08:24:19 +0900 Subject: python/python3-plotly: Added (graphing library). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-plotly/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-plotly/README (limited to 'python/python3-plotly/README') 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. -- cgit v1.2.3