MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / size

Method size

lib/matplotlib/transforms.py:358–361  ·  view source on GitHub ↗

The (signed) width and height of the bounding box.

(self)

Source from the content-addressed store, hash-verified

356
357 @property
358 def size(self):
359 """The (signed) width and height of the bounding box."""
360 points = self.get_points()
361 return points[1] - points[0]
362
363 @property
364 def bounds(self):

Callers 14

set_entryMethod · 0.80
_make_vertsMethod · 0.80
_update_pixel_ratioMethod · 0.80
resizeEventMethod · 0.80
paintMethod · 0.80
_export_valuesMethod · 0.80
bar_labelMethod · 0.80
get_bending_matricesMethod · 0.80
get_Kff_and_FfMethod · 0.80

Calls 1

get_pointsMethod · 0.95

Tested by 2

set_entryMethod · 0.64