We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c549829 commit 9c7470fCopy full SHA for 9c7470f
lectures/matplotlib.md
@@ -280,7 +280,7 @@ We can find a list of available style sheets by printing the attribute `plt.styl
280
```{code-cell} python3
281
print(plt.style.available)
282
```
283
-We can also use the `plt.style.use()` method to set style sheet.
+We can also use the `plt.style.use()` method to set the style sheet.
284
285
Let's write a function that draws different types of graphs with a given style sheet
286
0 commit comments