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

Appearance settings

Commit eca521e

Browse filesBrowse files
committed
change to use ax.scatter
1 parent 28bc4f8 commit eca521e
Copy full SHA for eca521e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_path.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_path.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_arrow_contains_point():
104104
# set the points to red only if the arrow contains the point
105105
inside, res = patch.contains(event)
106106
if inside:
107-
plt.scatter(x, y, s=5, c="r")
107+
ax.scatter(x, y, s=5, c="r")
108108

109109

110110
@image_comparison(baseline_images=['path_clipping'],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.