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

Method get_dpi

lib/matplotlib/figure.py:3204–3206  ·  view source on GitHub ↗

Return the resolution in dots per inch as a float.

(self)

Source from the content-addressed store, hash-verified

3202 return self.bbox_inches.height
3203
3204 def get_dpi(self):
3205 """Return the resolution in dots per inch as a float."""
3206 return self.dpi
3207
3208 def set_dpi(self, val):
3209 """

Callers 2

figimageMethod · 0.95
test_subfigure_dpiFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_subfigure_dpiFunction · 0.36