Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b619345

Browse filesBrowse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9392: Add examples for subplots_axes_and_figures
1 parent c13aeda commit b619345
Copy full SHA for b619345

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎examples/subplots_axes_and_figures/subplot_toolbar.py

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/subplot_toolbar.py
+1Lines 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

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/subplots_adjust.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.