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 ed0a579 commit 2fecd9bCopy full SHA for 2fecd9b
examples/pyplots/align_ylabels.py
@@ -3,7 +3,13 @@
3
Align Ylabels
4
=============
5
6
-Align the axis labels between subplots.
+Align the axis labels between subplots manually using the ``bbox``
7
+kwarg to `.Axes.set_ylabel`.
8
+
9
+.. seealso::
10
+ `.Figure.align_ylabels` and `.Figure.align_labels` for a direct method
11
+ of doing the same thing.
12
+ Also :doc:`/gallery/subplots_axes_and_figures/align_labels_demo`
13
"""
14
import numpy as np
15
import matplotlib.pyplot as plt
0 commit comments