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

Method get_figheight

lib/matplotlib/figure.py:3200–3202  ·  view source on GitHub ↗

Return the figure height in inches.

(self)

Source from the content-addressed store, hash-verified

3198 return self.bbox_inches.width
3199
3200 def get_figheight(self):
3201 """Return the figure height in inches."""
3202 return self.bbox_inches.height
3203
3204 def get_dpi(self):
3205 """Return the resolution in dots per inch as a float."""

Callers 4

set_figwidthMethod · 0.95
_print_pgf_to_fhMethod · 0.80
test_set_fig_sizeFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_set_fig_sizeFunction · 0.64