Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1b37751 + 844678e commit 2c3f14eCopy full SHA for 2c3f14e
1 file changed
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