8000 Enable artist picking in the picker test. · matplotlib/matplotlib@538bff5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 538bff5

Browse files
committed
Enable artist picking in the picker test.
1 parent 752c3ff commit 538bff5

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
< 4C40 td data-grid-cell-id="diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6-581-581-2" data-line-anchor="diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6R581" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+
col = ax.scatter([0], [0], [1000], picker=True)
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def get_transform(self):
578578
@cleanup
579579
def test_picking():
580580
fig, ax = plt.subplots()
581-
col = ax.scatter([0], [0], [1000])
581
582582
fig.savefig(io.BytesIO(), dpi=fig.dpi)
583583

584584
class MouseEvent(object):

0 commit comments

Comments
 (0)
0