Skip to content

Commit aa51470

Browse files
committed
Small header comment fixes
1 parent 00dca57 commit aa51470

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/subplots_axes_and_figures/ganged_plots.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Creating adjacent subplots
44
==========================
55
6-
To create plots that share a common axes (visually) you can set the
7-
hspace between the subplots to zero. Passing sharex=True when creating the
8-
subplots will automatically turn off all x ticks and labels except those on the
9-
bottom axis.
6+
To create plots that share a common axis (visually) you can set the hspace
7+
between the subplots to zero. Passing sharex=True when creating the subplots
8+
will automatically turn off all x ticks and labels except those on the bottom
9+
axis.
1010
11-
In this example the plots share a common xaxis but you can follow the
12-
same logic to supply a common y axis.
11+
In this example the plots share a common x axis but you can follow the same
12+
logic to supply a common y axis.
1313
"""
1414
import matplotlib.pyplot as plt
1515
import numpy as np

0 commit comments

Comments
 (0)