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

Method disable

lib/matplotlib/backend_tools.py:427–429  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

425 self.figure.canvas.draw_idle()
426
427 def disable(self, event=None):
428 self.set_scale(event.inaxes, 'linear')
429 self.figure.canvas.draw_idle()
430
431
432class ToolYScale(AxisScaleBase):

Callers

nothing calls this directly

Calls 2

set_scaleMethod · 0.45
draw_idleMethod · 0.45

Tested by

no test coverage detected