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 506106b

Browse filesBrowse files
committed
Fix potential issue in contour
1 parent dc7b4f2 commit 506106b
Copy full SHA for 506106b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-0
lines changed

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,7 @@ def find_nearest_contour(self, x, y, indices=None, pixel=True):
13371337
d2min = np.inf
13381338
conmin = None
13391339
segmin = None
1340+
imin = None
13401341
xmin = None
13411342
ymin = None
13421343

0 commit comments

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