matplotlib.artist.Artist.set_clip_box
- Artist.set_clip_box(clipbox)[source]
-
Установить область обрезки объекта.
- Параметры:
-
-
clipbox
BboxBaseили None -
Обычно создается из
TransformedBbox. Например,TransformedBbox(Bbox([[0, 0], [1, 1]]), ax.transAxes)является значением по умолчанию для обрезки объекта, добавленного в Axes.
-
clipbox
Примеры использования matplotlib.artist.Artist.set_clip_box
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.8.4/api/_as_gen/matplotlib.artist.Artist.set_clip_box.html