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 c13aeda + b619345 commit e92003cCopy full SHA for e92003c
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