Skip to content

Commit 3594e41

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

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

lib/matplotlib/collections.py

Lines 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

Lines 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

Lines 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

Lines 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)