matplotlib.hatch
Содержит классы для генерации узоров штриховки.
- classmatplotlib.hatch.Circles(hatch, density)[source]
-
Базовые классы:
Shapes
- classmatplotlib.hatch.HatchPatternBase[source]
-
Базовые классы:
objectБазовый класс для узора штриховки.
- classmatplotlib.hatch.HorizontalHatch(hatch, density)[source]
-
Базовые классы:
HatchPatternBase- set_vertices_and_codes(vertices, codes)[source]
- classmatplotlib.hatch.LargeCircles(hatch, density)[source]
-
Базовые классы:
Circles- size=0.35
- classmatplotlib.hatch.NorthEastHatch(hatch, density)[source]
-
Базовые классы:
HatchPatternBase- set_vertices_and_codes(vertices, codes)[source]
- classmatplotlib.hatch.Shapes(hatch, density)[source]
-
Базовые классы:
HatchPatternBase- filled=False
- set_vertices_and_codes(vertices, codes)[source]
- classmatplotlib.hatch.SmallCircles(hatch, density)[source]
-
Базовые классы:
Circles- size=0.2
- classmatplotlib.hatch.SmallFilledCircles(hatch, density)[source]
-
Базовые классы:
Circles- filled=True
- size=0.1
- classmatplotlib.hatch.SouthEastHatch(hatch, density)[source]
-
Базовые классы:
HatchPatternBase- set_vertices_and_codes(vertices, codes)[source]
- classmatplotlib.hatch.Stars(hatch, density)[source]
-
Базовые классы:
Shapes- filled=True
- size=0.3333333333333333
- classmatplotlib.hatch.VerticalHatch(hatch, density)[source]
-
Bases:
HatchPatternBase- set_vertices_and_codes(vertices, codes)[source]
- matplotlib.hatch.get_path(hatchpattern, density=6)[source]
-
При заданном спецификаторе штриховки, hatchpattern, генерируется путь для отрисовки штриховки в единичном квадрате. density — количество линий на единичный квадрат.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/hatch_api.html