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 e94ee0b commit fe71f29Copy full SHA for fe71f29
examples/subplots_axes_and_figures/subplot_toolbar.py
@@ -3,6 +3,7 @@
3
Subplot Toolbar
4
===============
5
6
+Matplotlib has a toolbar available for adjusting suplot spacing.
7
"""
8
import matplotlib.pyplot as plt
9
import numpy as np
examples/subplots_axes_and_figures/subplots_adjust.py
Subplots Adjust
+Adjusting the spacing of margins and subplots using :func:~matplotlib.pyplot.subplots_adjust.
0 commit comments