MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / funcleft

Method funcleft

site-packages/matplotlib/widgets.py:1203–1206  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1201 toolfig.subplotpars.validate = validate
1202
1203 def funcleft(self, val):
1204 self.targetfig.subplots_adjust(left=val)
1205 if self.drawon:
1206 self.targetfig.canvas.draw()
1207
1208 def funcright(self, val):
1209 self.targetfig.subplots_adjust(right=val)

Callers

nothing calls this directly

Calls 2

subplots_adjustMethod · 0.80
drawMethod · 0.45

Tested by

no test coverage detected