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

Method get_figwidth

lib/matplotlib/figure.py:3196–3198  ·  view source on GitHub ↗

Return the figure width in inches.

(self)

Source from the content-addressed store, hash-verified

3194 return np.array(self.bbox_inches.p1)
3195
3196 def get_figwidth(self):
3197 """Return the figure width in inches."""
3198 return self.bbox_inches.width
3199
3200 def get_figheight(self):
3201 """Return the figure height in inches."""

Callers 4

set_figheightMethod · 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