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.
1 parent 0af2455 commit d894265Copy full SHA for d894265
docs/source/Api_Notes.md
@@ -49,8 +49,7 @@
49
50
- New import and documentation (inertia relative to pyplot)
51
- `mg.show()` doesn't know what figures to show, so it must be supplied a list of figures.
52
- - sometimes we create figures in loops, and assigning a different variable name to each figure to stop if from being dereferenced could be cumbersome.
53
-
+ - sometimes we create figures in loops, and assigning a different variable name to each figure to stop it from being dereferenced could be cumbersome.
54
### `mpl_gui.registry`
55
56
- `import matplotlib.mpl_gui.registry as mr; fig, ax = mr.subplots()`
0 commit comments