Skip to content

Warn about unused kwargs in contour methods #7728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add one more missing kwarg return
  • Loading branch information
dstansby committed Aug 10, 2017
commit cc46285bf4f916879a8b205adc0b9b4ae4598bcf
1 change: 1 addition & 0 deletions lib/matplotlib/tri/tricontour.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _process_args(self, *args, **kwargs):
self._maxs = [tri.x.max(), tri.y.max()]

self.cppContourGenerator = C
return kwargs

def _get_allsegs_and_allkinds(self):
"""
Expand Down