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

Commitc782df1

Browse files
authored
Merge pull request#28604 from aoot/aoot-patch-1
cycler signature update.
2 parents5b854bb +f498ee2 commitc782df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ def set_prop_cycle(self, *args, **kwargs):
15481548
Axes. If multiple properties are given, their value lists must have
15491549
the same length. This is just a shortcut for explicitly creating a
15501550
cycler and passing it to the function, i.e. it's short for
1551-
``set_prop_cycle(cycler(label=values label2=values2, ...))``.
1551+
``set_prop_cycle(cycler(label=values, label2=values2, ...))``.
15521552
15531553
Form 3 creates a `~cycler.Cycler` for a single property and set it
15541554
as the property cycle of the Axes. This form exists for compatibility

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp