Skip to content

Commit 883e722

Browse files
jklymaktimhoffm
andauthored
Update examples/subplots_axes_and_figures/figure_title.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 04b736f commit 883e722

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/subplots_axes_and_figures/figure_title.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
fig.suptitle('Different types of oscillations', fontsize=16)
3131

3232
##############################################################################
33-
# Note it is also sometimes useful to have a global x- or y-label, which
34-
# can be achieved with the `.FigureBase.supxlabel` and `.FigureBase.supylabel`
35-
# methods.
33+
# A global x- or y-label can be set using the `.FigureBase.supxlabel` and
34+
# `.FigureBase.supylabel` methods.
3635

3736
fig, axs = plt.subplots(3, 5, figsize=(8, 5), constrained_layout=True,
3837
sharex=True, sharey=True)

0 commit comments

Comments
 (0)