From 19aa60bac21239e86f650d8600d4e776a0269fec Mon Sep 17 00:00:00 2001 From: JarnoRFB Date: Wed, 7 Aug 2019 12:09:22 +0200 Subject: [PATCH 1/3] Replace ggpy with plotnine ggpy is unmaintained since 2016 while plotine is being actively developed and more feature complete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cde7f68..f0d9564f 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook * [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. * [awesome-dash](https://github.com/Acrotrend/awesome-dash) -* [ggplot](https://github.com/yhat/ggpy) - Same API as ggplot2 for R. +* [plotnine](https://github.com/has2k1/plotnine) - Same API as ggplot2 for R. * [Matplotlib](http://matplotlib.org/) - A Python 2D plotting library. * [Pygal](http://www.pygal.org/en/latest/) - A Python SVG Charts Creator. * [PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/). From 7cb596f7b1ff29fe7b45ec5578108875142b7f72 Mon Sep 17 00:00:00 2001 From: JarnoRFB Date: Wed, 7 Aug 2019 14:27:12 +0200 Subject: [PATCH 2/3] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d9564f..74eee0ce 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook * [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. * [awesome-dash](https://github.com/Acrotrend/awesome-dash) -* [plotnine](https://github.com/has2k1/plotnine) - Same API as ggplot2 for R. +* [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2. * [Matplotlib](http://matplotlib.org/) - A Python 2D plotting library. * [Pygal](http://www.pygal.org/en/latest/) - A Python SVG Charts Creator. * [PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/). From cfd7c05cbd36c10ded8d861a109bcfd0efbc9ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Busche?= Date: Wed, 7 Aug 2019 14:40:58 +0200 Subject: [PATCH 3/3] Remove whitespace Co-Authored-By: Aliaksei Urbanski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74eee0ce..6dc0d032 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook * [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. * [awesome-dash](https://github.com/Acrotrend/awesome-dash) -* [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2. +* [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2. * [Matplotlib](http://matplotlib.org/) - A Python 2D plotting library. * [Pygal](http://www.pygal.org/en/latest/) - A Python SVG Charts Creator. * [PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/).