Skip to content

Commit cdf6774

Browse files
hvardhan20jreback
authored andcommitted
DOC: Replace ggpy with plotnine in ecosystem (#31097)
1 parent a3c7722 commit cdf6774

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

doc/source/ecosystem.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,14 @@ also goes beyond matplotlib and pandas with the option to perform statistical
122122
estimation while plotting, aggregating across observations and visualizing the
123123
fit of statistical models to emphasize patterns in a dataset.
124124

125-
`yhat/ggpy <https://github.com/yhat/ggpy>`__
126-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125+
`plotnine <https://github.com/has2k1/plotnine/>`__
126+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127127

128128
Hadley Wickham's `ggplot2 <https://ggplot2.tidyverse.org/>`__ is a foundational exploratory visualization package for the R language.
129129
Based on `"The Grammar of Graphics" <https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html>`__ it
130130
provides a powerful, declarative and extremely general way to generate bespoke plots of any kind of data.
131-
It's really quite incredible. Various implementations to other languages are available,
132-
but a faithful implementation for Python users has long been missing. Although still young
133-
(as of Jan-2014), the `yhat/ggpy <https://github.com/yhat/ggpy>`__ project has been
134-
progressing quickly in that direction.
131+
Various implementations to other languages are available.
132+
A good implementation for Python users is `has2k1/plotnine <https://github.com/has2k1/plotnine/>`__.
135133

136134
`IPython Vega <https://github.com/vega/ipyvega>`__
137135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

web/pandas/community/ecosystem.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,16 @@ pandas with the option to perform statistical estimation while plotting,
8484
aggregating across observations and visualizing the fit of statistical
8585
models to emphasize patterns in a dataset.
8686

87-
### [yhat/ggpy](https://github.com/yhat/ggpy)
87+
### [plotnine](https://github.com/has2k1/plotnine/)
8888

8989
Hadley Wickham's [ggplot2](https://ggplot2.tidyverse.org/) is a
9090
foundational exploratory visualization package for the R language. Based
9191
on ["The Grammar of
9292
Graphics"](https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html)
9393
it provides a powerful, declarative and extremely general way to
94-
generate bespoke plots of any kind of data. It's really quite
95-
incredible. Various implementations to other languages are available,
96-
but a faithful implementation for Python users has long been missing.
97-
Although still young (as of Jan-2014), the
98-
[yhat/ggpy](https://github.com/yhat/ggpy) project has been progressing
99-
quickly in that direction.
94+
generate bespoke plots of any kind of data.
95+
Various implementations to other languages are available.
96+
A good implementation for Python users is [has2k1/plotnine](https://github.com/has2k1/plotnine/).
10097

10198
### [IPython Vega](https://github.com/vega/ipyvega)
10299

0 commit comments

Comments
 (0)