Skip to content

Commit fe71f29

Browse files
committed
Add examples for subplots_axes_and_figures
1 parent e94ee0b commit fe71f29

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)