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

Method set_width

lib/matplotlib/offsetbox.py:310–319  ·  view source on GitHub ↗

Set the width of the box. Parameters ---------- width : float

(self, width)

Source from the content-addressed store, hash-verified

308 else self._offset)
309
310 def set_width(self, width):
311 """
312 Set the width of the box.
313
314 Parameters
315 ----------
316 width : float
317 """
318 self.width = width
319 self.stale = True
320
321 def set_height(self, height):
322 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected