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 097ad89

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎examples/pyplots/align_ylabels.py

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