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

Method resize

lib/matplotlib/backend_bases.py:2885–2886  ·  view source on GitHub ↗

For GUI backends, resize the window (in physical pixels).

(self, w, h)

Source from the content-addressed store, hash-verified

2883 pass
2884
2885 def resize(self, w, h):
2886 """For GUI backends, resize the window (in physical pixels)."""
2887
2888 def get_window_title(self):
2889 """Return the title text of the window containing the figure."""

Callers 4

_spectral_helperFunction · 0.45
set_size_inchesMethod · 0.45
locate_labelMethod · 0.45
contour_demo.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected