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 8ba4f2b commit 844678eCopy full SHA for 844678e
tutorials/introductory/usage.py
@@ -182,7 +182,7 @@
182
#
183
# Matplotlib's documentation and examples use both the OO and the pyplot
184
# approaches (which are equally powerful), and you should feel free to use
185
-# either (however, it is preferable pick one of them and stick to it, instead
+# either (however, it is preferable to pick one of them and stick to it, instead
186
# of mixing them). In general, we suggest to restrict pyplot to interactive
187
# plotting (e.g., in a Jupyter notebook), and to prefer the OO-style for
188
# non-interactive plotting (in functions and scripts that are intended to be
0 commit comments