Skip to content

Commit d894265

Browse files
jklymakCopilot
andauthored
Update docs/source/Api_Notes.md
Co-authored-by: Copilot <[email protected]>
1 parent 0af2455 commit d894265

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/Api_Notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949

5050
- New import and documentation (inertia relative to pyplot)
5151
- `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-
52+
- sometimes we create figures in loops, and assigning a different variable name to each figure to stop it from being dereferenced could be cumbersome.
5453
### `mpl_gui.registry`
5554

5655
- `import matplotlib.mpl_gui.registry as mr; fig, ax = mr.subplots()`

0 commit comments

Comments
 (0)