Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdaafd9

Browse files
authored
Merge pull request #11157 from dstansby/contour-ret-doc
Fix contour return link
2 parents bc2ea01 + f60d8e7 commit bdaafd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ def _initialize_x_y(self, z):
16791679
16801680
Returns
16811681
-------
1682-
:class:`~matplotlib.contour.QuadContourSet`
1682+
c : `~.contour.QuadContourSet`
16831683
16841684
Other Parameters
16851685
----------------

0 commit comments

Comments
 (0)