Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f2824 commit cc46285Copy full SHA for cc46285
1 file changed
lib/matplotlib/tri/tricontour.py
@@ -54,6 +54,7 @@ def _process_args(self, *args, **kwargs):
54
self._maxs = [tri.x.max(), tri.y.max()]
55
56
self.cppContourGenerator = C
57
+ return kwargs
58
59
def _get_allsegs_and_allkinds(self):
60
"""
0 commit comments