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

documentation fix regarding contour and tricontour (#9088) #9472

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 7 commits into from
Oct 18, 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
Update contour.py
  • Loading branch information
verginer authored Oct 18, 2017
commit a80ee672c9353f6d4a9c0967526c4c12985d8ee4
4 changes: 1 addition & 3 deletions 4 lib/matplotlib/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -1672,9 +1672,7 @@ def _initialize_x_y(self, z):
contour(Z,N)
contour(X,Y,Z,N)

contour up to *N+1* automatically-chosen levels.
If exactly *N* levels are required either *V* or an
optional :class:`~matplotlib.ticker.Locator` can be passed.
contour up to *N+1* automatically chosed contour levels (*N* intervals).

::

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.