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

Skip to content

Contour hatching #706

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 8 commits into from
Apr 16, 2012
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
Added doc caveat.
  • Loading branch information
Phil Elson committed Feb 17, 2012
commit 0b27e66eea85abf8513f88332868f306cc92f33f
1 change: 1 addition & 0 deletions lib/matplotlib/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ def _initialize_x_y(self, z):
*hatches*:
A list of cross hatch patterns to use on the filled areas.
If None, no hatching will be added to the contour.
Currently only supported on a few backends.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Please specify which ones here. It looks like all the major ones except cairo and macosx actually do support it, since all the major interactive backends are based on agg.
  2. Please also note here and in the contourf_demo that the standard colorbar does not support the hatching.


Note: contourf fills intervals that are closed at the top; that
is, for boundaries *z1* and *z2*, the filled region is::
Expand Down