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

Method update_variables

lib/matplotlib/_layoutgrid.py:486–490  ·  view source on GitHub ↗

Update the variables for the solver attached to this layoutgrid.

(self)

Source from the content-addressed store, hash-verified

484 return bbox
485
486 def update_variables(self):
487 """
488 Update the variables for the solver attached to this layoutgrid.
489 """
490 self.solver.updateVariables()
491
492_layoutboxobjnum = itertools.count()
493

Callers 1

do_constrained_layoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected