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

Method enable

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

Source from the content-addressed store, hash-verified

421 super().trigger(sender, event, data)
422
423 def enable(self, event=None):
424 self.set_scale(event.inaxes, 'log')
425 self.figure.canvas.draw_idle()
426
427 def disable(self, event=None):
428 self.set_scale(event.inaxes, 'linear')

Callers

nothing calls this directly

Calls 2

set_scaleMethod · 0.45
draw_idleMethod · 0.45

Tested by

no test coverage detected