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 539d8b8

Browse filesBrowse files
Update _axes.py
1 parent d3816ed commit 539d8b8
Copy full SHA for 539d8b8

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ def set_xlabel(self, xlabel, fontdict=None, labelpad=None, **kwargs):
206206
The label text.
207207
208208
labelpad : scalar, optional, default: None
209-
Spacing in points from the axes bounding box including ticks and tick labels.
209+
Spacing in points from the axes bounding box including ticks
210+
and tick labels.
210211
211212
Other Parameters
212213
----------------
@@ -238,7 +239,8 @@ def set_ylabel(self, ylabel, fontdict=None, labelpad=None, **kwargs):
238239
The label text.
239240
240241
labelpad : scalar, optional, default: None
241-
Spacing in points from the axes bounding box including ticks and tick labels.
242+
Spacing in points from the axes bounding box including ticks
243+
and tick labels.
242244
243245
Other Parameters
244246
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.