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.
1 parent c13aeda commit b619345Copy full SHA for b619345
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