Skip to content

Commit e7b8fda

Browse files
authored
DOC: Better grammar in README.md (#793)
edit of grammar description which tries to to speak to aesthetic mapping and geoms separately, while still accessible .
1 parent fad1ed8 commit e7b8fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
plotnine is an implementation of a *grammar of graphics* in Python
1010
based on [ggplot2](https://github.com/tidyverse/ggplot2).
1111
The grammar allows you to compose plots by explicitly mapping variables in a
12-
dataframe to the visual objects that make up the plot.
12+
dataframe to the visual characteristics (position, color, size etc.) of objects that make up the plot.
1313

1414
<img width="33%" align="right" src="./doc/images/logo-540.png">
1515

0 commit comments

Comments
 (0)