Commit 7d20295
committed
remove undocumented
`matplotlib/mpl.py` is a file which gets imported via ipython's
`%pyplot` interface as module named `mpl`, yet it isn't clear at all
what it's role is.
Given that in our own code, and in the rest of our python neighborhood,
we often do `import matplotlib as mpl`, it's quite a bit confusing to
have something with the `mpl` name within matplotlib not be the
`matplotlib` module itself.
This module was only used in `pylab` interface, where it was simply
imported in one line via `from matplotlib import mpl` and never used
again.matplotlib/mpl.py
1 parent a1f8b4e commit 7d20295
3 files changed
Lines changed: 5 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments