From 364426fd7ece1a1ef0a49f3a8fed94f0aba28c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frans=20van=20Dunn=C3=A9?= Date: Thu, 7 May 2015 12:03:59 -0600 Subject: [PATCH] Corrected typo in Grammar of Graphics --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 194baba807d14..c70b6deade36e 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -57,7 +57,7 @@ large data to thin clients. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hadley Wickham's `ggplot2 `__ is a foundational exploratory visualization package for the R language. -Based on `"The Grammer of Graphics" `__ it +Based on `"The Grammar of Graphics" `__ it provides a powerful, declarative and extremely general way to generate bespoke plots of any kind of data. It's really quite incredible. Various implementations to other languages are available, but a faithful implementation for python users has long been missing. Although still young