Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b7b7ad1 + fe71f29 commit 51640a2Copy full SHA for 51640a2
2 files changed
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