matplotlib.hatch
#
Module for generating hatch patterns.
For examples of using the hatch API, see Hatch style reference.
The following hatching patterns are available, shown here at level 2 density:
(Source code
, 2x.png
, png
)
- 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.SmallFilledCircles(hatch, density)[source] #
Bases:
Circles
- filled=True#
- size=0.1#
- classmatplotlib.hatch.SouthEastHatch(hatch, density)[source] #
Bases:
HatchPatternBase
- classmatplotlib.hatch.Stars(hatch, density)[source] #
Bases:
Shapes
- filled=True#
- size=0.3333333333333333#
- classmatplotlib.hatch.VerticalHatch(hatch, density)[source] #
Bases:
HatchPatternBase