Skip to content

Commit e92003c

Browse files
authored
Merge pull request #9400 from matplotlib/auto-backport-of-pr-9392
Backport PR #9392 on branch v2.1.0-doc
2 parents c13aeda + b619345 commit e92003c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/subplots_axes_and_figures/subplot_toolbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Subplot Toolbar
44
===============
55
6+
Matplotlib has a toolbar available for adjusting suplot spacing.
67
"""
78
import matplotlib.pyplot as plt
89
import numpy as np

examples/subplots_axes_and_figures/subplots_adjust.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Subplots Adjust
44
===============
55
6+
Adjusting the spacing of margins and subplots using :func:~matplotlib.pyplot.subplots_adjust.
67
"""
78
import matplotlib.pyplot as plt
89
import numpy as np

0 commit comments

Comments
 (0)