Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 097ad89

Browse files
committed
DOC: point align-ylabel demo to new align-label functions
1 parent ed0a579 commit 097ad89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/pyplots/align_ylabels.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
Align Ylabels
44
=============
55
6-
Align the axis labels between subplots.
6+
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`
713
"""
814
import numpy as np
915
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)