Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitaf10a6b

Browse files
Modified docstring of the set_ylabel and set_xlabel methods
1 parent9a8df49 commitaf10a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def set_xlabel(self, xlabel, fontdict=None, labelpad=None, **kwargs):
206206
The label text.
207207
208208
labelpad : scalar, optional, default: None
209-
Spacing in pointsbetween thelabelandthe x-axis.
209+
Spacing in pointsfrom theaxes bounding box including ticksandtick labels.
210210
211211
Other Parameters
212212
----------------
@@ -238,7 +238,7 @@ def set_ylabel(self, ylabel, fontdict=None, labelpad=None, **kwargs):
238238
The label text.
239239
240240
labelpad : scalar, optional, default: None
241-
Spacing in pointsbetween thelabelandthe y-axis.
241+
Spacing in pointsfrom theaxes bounding box including ticksandtick labels.
242242
243243
Other Parameters
244244
----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp