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

Method get_canvas_width_height

lib/matplotlib/backend_bases.py:617–619  ·  view source on GitHub ↗

Return the canvas width and height in display coords.

(self)

Source from the content-addressed store, hash-verified

615 return True
616
617 def get_canvas_width_height(self):
618 """Return the canvas width and height in display coords."""
619 return 1, 1
620
621 def get_texmanager(self):
622 """Return the `.TexManager` instance."""

Callers 4

_draw_text_as_pathMethod · 0.95
drawMethod · 0.45
make_imageMethod · 0.45

Calls

no outgoing calls

Tested by 1