File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Further reading:
2525The object-oriented API
2626-----------------------
2727
28- At its core, Matbplotlib is object-oriented. We recommend directly working
28+ At its core, Matplotlib is object-oriented. We recommend directly working
2929with the objects, if you need more control and customization of your plots.
3030
3131In many cases you will create a `.Figure ` and one or more
@@ -41,7 +41,6 @@ Further reading:
4141 (except for the pyplot section)
4242- The list of :doc: `matplotlib modules </api/index >`.
4343
44-
4544The pylab API (disapproved)
4645---------------------------
4746
@@ -51,6 +50,6 @@ The pylab API (disapproved)
5150 instead.
5251
5352`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
5554was to mimic a MATLAB-like way of working by importing all functions into the
5655global namespace. This is considered bad style nowadays.
You can’t perform that action at this time.
0 commit comments