matplotlib.hatch#
Module for generating hatch patterns.
For examples of using the hatch API, seeHatch style reference.
The following hatching patterns are available, shown here at level 2 density:

- classmatplotlib.hatch.HorizontalHatch(hatch,density)[source]#
Bases:
HatchPatternBase
- classmatplotlib.hatch.NorthEastHatch(hatch,density)[source]#
Bases:
HatchPatternBase
- classmatplotlib.hatch.Shapes(hatch,density)[source]#
Bases:
HatchPatternBase- filled=False#
- classmatplotlib.hatch.SouthEastHatch(hatch,density)[source]#
Bases:
HatchPatternBase
- classmatplotlib.hatch.VerticalHatch(hatch,density)[source]#
Bases:
HatchPatternBase
On this page