Skip to content

Commit 3cdcd93

Browse files
committed
pandas-dev#31087 Replace ggpy with plotnine changes
1 parent 10bd0e9 commit 3cdcd93

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

doc/source/ecosystem.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,14 @@ also goes beyond matplotlib and pandas with the option to perform statistical
112112
estimation while plotting, aggregating across observations and visualizing the
113113
fit of statistical models to emphasize patterns in a dataset.
114114

115-
`has2k1/plotnine <https://github.com/has2k1/plotnine/>`__
115+
`plotnine <https://github.com/has2k1/plotnine/>`__
116116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117117

118118
Hadley Wickham's `ggplot2 <https://ggplot2.tidyverse.org/>`__ is a foundational exploratory visualization package for the R language.
119119
Based on `"The Grammar of Graphics" <https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html>`__ it
120120
provides a powerful, declarative and extremely general way to generate bespoke plots of any kind of data.
121-
It's really quite incredible. Various implementations to other languages are available.
122-
A good implementation for Python users is `has2k1/plotnine <https://github.com/has2k1/plotnine/>`__,
123-
which started as an effort to improve the scaling functionality in
124-
`yhat/ggpy <https://github.com/yhat/ggpy>`__ formally known as "ggplot for python".
121+
Various implementations to other languages are available.
122+
A good implementation for Python users is `has2k1/plotnine <https://github.com/has2k1/plotnine/>`__.
125123

126124
`IPython Vega <https://github.com/vega/ipyvega>`__
127125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

web/pandas/community/ecosystem.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -84,18 +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-
### [has2k1/plotnine](https://github.com/has2k1/plotnine/)
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-
A good implementation for Python users is [has2k1/plotnine](https://github.com/has2k1/plotnine/),
97-
which started as an effort to improve the scaling functionality in
98-
[yhat/ggpy](https://github.com/yhat/ggpy) formally known as "ggplot for python".
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/).
9997

10098
### [IPython Vega](https://github.com/vega/ipyvega)
10199

0 commit comments

Comments
 (0)