You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -331,7 +332,7 @@ First, we draw graphs with the style sheet `seaborn`
331
332
draw_graphs(style='seaborn')
332
333
```
333
334
334
-
Then, we can use `grayscale` to remove colors
335
+
We can use `grayscale` to remove colors in plots
335
336
336
337
```{code-cell} python3
337
338
draw_graphs(style='grayscale')
@@ -349,9 +350,9 @@ We can also use the style `dark_background`
349
350
draw_graphs(style='dark_background')
350
351
```
351
352
352
-
You can use the function to experiment with more styles.
353
+
You can use the function to experiment with other styles in the list.
353
354
354
-
If you are interested, you can even create [our own style sheets](https://matplotlib.org/stable/tutorials/introductory/customizing.html#defining-your-own-style).
355
+
If you are interested, you can even create [your own style sheets](https://matplotlib.org/stable/tutorials/introductory/customizing.html#defining-your-own-style).
0 commit comments