Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ height
Method
height
lib/matplotlib/transforms.py:352–355 ·
view source on GitHub ↗
The (signed) height of the bounding box.
(self)
Source
from the content-addressed store, hash-verified
350
351
@property
352
def
height(self):
353
""
"The (signed) height of the bounding box."
""
354
points = self.get_points()
355
return
points[1, 1] - points[0, 1]
356
357
@property
358
def
size(self):
Callers
13
paintEvent
Method · 0.80
paintEvent
Method · 0.80
resizeEvent
Method · 0.80
blit
Method · 0.80
_draw_idle
Method · 0.80
__init__
Method · 0.80
resize
Method · 0.80
pixmap
Method · 0.80
_create_pixmap_from_svg
Method · 0.80
_create_pixmap_from_png
Method · 0.80
_export_values
Method · 0.80
test_device_pixel_ratio_change
Function · 0.80
Calls
1
get_points
Method · 0.95
Tested by
2
test_device_pixel_ratio_change
Function · 0.64
test_double_resize
Function · 0.64