File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
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
112
112
estimation while plotting, aggregating across observations and visualizing the
113
113
fit of statistical models to emphasize patterns in a dataset.
114
114
115
- `has2k1/ plotnine <https://github.com/has2k1/plotnine/ >`__
115
+ `plotnine <https://github.com/has2k1/plotnine/ >`__
116
116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
117
118
118
Hadley Wickham's `ggplot2 <https://ggplot2.tidyverse.org/ >`__ is a foundational exploratory visualization package for the R language.
119
119
Based on `"The Grammar of Graphics" <https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html >`__ it
120
120
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/ >`__.
125
123
126
124
`IPython Vega <https://github.com/vega/ipyvega >`__
127
125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -84,18 +84,16 @@ pandas with the option to perform statistical estimation while plotting,
84
84
aggregating across observations and visualizing the fit of statistical
85
85
models to emphasize patterns in a dataset.
86
86
87
- ### [ has2k1/ plotnine] ( https://github.com/has2k1/plotnine/ )
87
+ ### [ plotnine] ( https://github.com/has2k1/plotnine/ )
88
88
89
89
Hadley Wickham's [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
90
90
foundational exploratory visualization package for the R language. Based
91
91
on [ "The Grammar of
92
92
Graphics"] ( https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html )
93
93
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/ ) .
99
97
100
98
### [ IPython Vega] ( https://github.com/vega/ipyvega )
101
99
You can’t perform that action at this time.
0 commit comments