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

Commit 3594e41

Browse filesBrowse files
authored
Merge pull request #27999 from anntzer/ch
Remove documentation that some backends don't support hatching.
2 parents 78b6bdc + 89e5bd4 commit 3594e41
Copy full SHA for 3594e41

File tree

Expand file treeCollapse file tree

4 files changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+0
-10
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,6 @@ def set_hatch(self, hatch):
524524
hatchings are done. If same letter repeats, it increases the
525525
density of hatching of that pattern.
526526
527-
Hatching is supported in the PostScript, PDF, SVG and Agg
528-
backends only.
529-
530527
Unlike other properties such as linewidth and colors, hatching
531528
can only be specified for the collection as a whole, not separately
532529
for each member.

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,8 +1808,6 @@ def _initialize_x_y(self, z):
18081808
18091809
A list of cross hatch patterns to use on the filled areas.
18101810
If None, no hatching will be added to the contour.
1811-
Hatching is supported in the PostScript, PDF, SVG and Agg
1812-
backends only.
18131811
18141812
algorithm : {'mpl2005', 'mpl2014', 'serial', 'threaded'}, optional
18151813
Which contouring algorithm to use to calculate the contour lines and

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,6 @@ def set_hatch(self, hatch):
558558
hatchings are done. If same letter repeats, it increases the
559559
density of hatching of that pattern.
560560
561-
Hatching is supported in the PostScript, PDF, SVG and Agg
562-
backends only.
563-
564561
Parameters
565562
----------
566563
hatch : {'/', '\\', '|', '-', '+', 'x', 'o', 'O', '.', '*'}

‎lib/matplotlib/tri/_tricontour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tri/_tricontour.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ def tricontourf(ax, *args, **kwargs):
255255
hatches : list[str], optional
256256
A list of crosshatch patterns to use on the filled areas.
257257
If None, no hatching will be added to the contour.
258-
Hatching is supported in the PostScript, PDF, SVG and Agg
259-
backends only.
260258
261259
Notes
262260
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.