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

Commitc8adaa7

Browse files
robmarkcoletacaswell
authored andcommitted
fix lints
1 parent932fac8 commitc8adaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_line_in_autoscale_false():
581581
ax.plot([0,1,2,3],in_autoscale=False)
582582
ax.margins(0)
583583
ax.autoscale_view()
584-
assertax.get_xlim()==ax.get_ylim()== (0,1)# The default limits.
584+
assertax.get_xlim()==ax.get_ylim()== (0,1)# The default limits.
585585

586586
deftest_patch_in_autoscale_true():
587587
# test autoscale is performed when in_autoscale=True for a patch.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp