-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Documentation Link
https://matplotlib.org/devdocs/gallery/pyplots/index.html
Problem
There are 19 pyplot examples but only 7 of them actually use the pyplot interface:
- Infinite lines
- plot() format string (very trivial)
- Pyplot Mathtext
- Pyplot Simple (very simple indeed)
- Pyplot Text
- Pyplot Three
- Pyplot Two Subplots
The majority of the "pyplot" examples in fact use the OO interface.
Suggested improvement
a) move the 12 example using the OO interface to the corresponding sections
or
b) rewrite them using the pyplot interface
While this doesn't appear to be a big issue to experienced matplotlib users it might confuse new users.