File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Based on `"The Grammer of Graphics" <http://www.cs.uic.edu/~wilkinson/TheGrammar
40
40
provides a powerful, declarative and extremely general way to generate bespoke plots of any kind of data.
41
41
It's really quite incredible. Various implementations to other languages are available,
42
42
but a faithful implementation for python users has long been missing. Although still young
43
- (as of Jan-2014), the `yhat/ggplot <https://github.com/yhat/ggplot> ` project has been
43
+ (as of Jan-2014), the `yhat/ggplot <https://github.com/yhat/ggplot >`__ project has been
44
44
progressing quickly in that direction.
45
45
46
46
@@ -49,7 +49,7 @@ progressing quickly in that direction.
49
49
50
50
Although pandas has quite a bit of "just plot it" functionality built-in, visualization and
51
51
in particular statistical graphics is a vast field with a long tradition and lots of ground
52
- to cover. ` The Seaborn project <https://github.com/mwaskom/seaborn >`__ builds on top of pandas
52
+ to cover. The ` Seaborn <https://github.com/mwaskom/seaborn >`__ project builds on top of pandas
53
53
and `matplotlib <http://matplotlib.org >`__ to provide easy plotting of data which extends to
54
54
more advanced types of plots then those offered by pandas.
55
55
You can’t perform that action at this time.
0 commit comments