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

Commit538bff5

Browse files
committed
Enable artist picking in the picker test.
1 parent752c3ff commit538bff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def get_transform(self):
578578
@cleanup
579579
deftest_picking():
580580
fig,ax=plt.subplots()
581-
col=ax.scatter([0], [0], [1000])
581+
col=ax.scatter([0], [0], [1000],picker=True)
582582
fig.savefig(io.BytesIO(),dpi=fig.dpi)
583583

584584
classMouseEvent(object):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp