File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Further reading:
25
25
The object-oriented API
26
26
-----------------------
27
27
28
- At its core, Matbplotlib is object-oriented. We recommend directly working
28
+ At its core, Matplotlib is object-oriented. We recommend directly working
29
29
with the objects, if you need more control and customization of your plots.
30
30
31
31
In many cases you will create a `.Figure ` and one or more
@@ -41,7 +41,6 @@ Further reading:
41
41
(except for the pyplot section)
42
42
- The list of :doc: `matplotlib modules </api/index >`.
43
43
44
-
45
44
The pylab API (disapproved)
46
45
---------------------------
47
46
@@ -51,6 +50,6 @@ The pylab API (disapproved)
51
50
instead.
52
51
53
52
`matplotlib.pylab ` is a module that includes `matplotlib.pyplot `, `numpy `
54
- and some additional functions within a single namespace. It's original puropse
53
+ and some additional functions within a single namespace. Its original purpose
55
54
was to mimic a MATLAB-like way of working by importing all functions into the
56
55
global namespace. This is considered bad style nowadays.
You can’t perform that action at this time.
0 commit comments