File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -112,16 +112,14 @@ also goes beyond matplotlib and pandas with the option to perform statistical
112112estimation while plotting, aggregating across observations and visualizing the
113113fit of statistical models to emphasize patterns in a dataset.
114114
115- `yhat/ggpy <https://github.com/yhat/ggpy >`__
116- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115+ `plotnine <https://github.com/has2k1/plotnine/ >`__
116+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117117
118118Hadley Wickham's `ggplot2 <https://ggplot2.tidyverse.org/ >`__ is a foundational exploratory visualization package for the R language.
119119Based on `"The Grammar of Graphics" <https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html >`__ it
120120provides 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- but a faithful implementation for Python users has long been missing. Although still young
123- (as of Jan-2014), the `yhat/ggpy <https://github.com/yhat/ggpy >`__ project has been
124- progressing quickly in that direction.
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~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -84,19 +84,16 @@ pandas with the option to perform statistical estimation while plotting,
8484aggregating across observations and visualizing the fit of statistical
8585models to emphasize patterns in a dataset.
8686
87- ### [ yhat/ggpy ] ( https://github.com/yhat/ggpy )
87+ ### [ plotnine ] ( https://github.com/has2k1/plotnine/ )
8888
8989Hadley Wickham's [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
9090foundational exploratory visualization package for the R language. Based
9191on [ "The Grammar of
9292Graphics"] ( https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html )
9393it 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
You can’t perform that action at this time.
0 commit comments