From 35c5fe5ebdf191c9286666c95d03fdca9d894c54 Mon Sep 17 00:00:00 2001 From: sudipX0 Date: Tue, 1 Oct 2024 19:02:14 +0545 Subject: [PATCH] Add plotly.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..906fa13c 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [matplotlib](https://github.com/matplotlib/matplotlib) - A Python 2D plotting library. * [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2. * [pygal](https://github.com/Kozea/pygal) - A Python SVG Charts Creator. +* [plotly.py](https://github.com/plotly/plotly.py) - The interactive graphing library for Python. * [pygraphviz](https://github.com/pygraphviz/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/). * [pyqtgraph](https://github.com/pyqtgraph/pyqtgraph) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets. * [seaborn](https://github.com/mwaskom/seaborn) - Statistical data visualization using Matplotlib.