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

Skip to content

Commit cc46285

Browse files
committed
Add one more missing kwarg return
1 parent 96f2824 commit cc46285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def _process_args(self, *args, **kwargs):
5454
self._maxs = [tri.x.max(), tri.y.max()]
5555

5656
self.cppContourGenerator = C
57+
return kwargs
5758

5859
def _get_allsegs_and_allkinds(self):
5960
"""

0 commit comments

Comments
 (0)