MCPcopy 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

paintEventMethod · 0.80
paintEventMethod · 0.80
resizeEventMethod · 0.80
blitMethod · 0.80
_draw_idleMethod · 0.80
__init__Method · 0.80
resizeMethod · 0.80
pixmapMethod · 0.80
_export_valuesMethod · 0.80

Calls 1

get_pointsMethod · 0.95

Tested by 2

test_double_resizeFunction · 0.64