Skip to content

Commit b9f185f

Browse files
committed
More formatting
1 parent 5243a95 commit b9f185f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/nextgen/demo.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@
253253
"### Data transformation: the Stat\n",
254254
"\n",
255255
"\n",
256-
"Built-in statistical transformations are one of seaborn's key features. But currently, they are tied up with the different visual representations. E.g., you can aggregate data in `lineplot`, but not in `scatter\n",
257-
"plot`.\n",
256+
"Built-in statistical transformations are one of seaborn's key features. But currently, they are tied up with the different visual representations. E.g., you can aggregate data in `lineplot`, but not in `scatterplot`.\n",
258257
"\n",
259258
"In the new interface, these concerns are separated. Each layer can accept a `Stat` object that applies a data transformation:"
260259
]
@@ -377,7 +376,7 @@
377376
"\n",
378377
"### Overplotting resolution: the Move\n",
379378
"\n",
380-
"Existing seaborn functions have parameters that allow adjustments for overplotting, such as `dodge=` in several categorical functions, `jitter=` in several functions based on scatterplots, and the `multiple=` parameter in distribution functions. In the new interface, those adjustments are abstracted away from the particular visual representation into the concept of a `Move`:"
379+
"Existing seaborn functions have parameters that allow adjustments for overplotting, such as `dodge=` in several categorical functions, `jitter=` in several functions based on scatter plots, and the `multiple=` parameter in distribution functions. In the new interface, those adjustments are abstracted away from the particular visual representation into the concept of a `Move`:"
381380
]
382381
},
383382
{

0 commit comments

Comments
 (0)