Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
432
class
ToolYScale(AxisScaleBase):
Callers
nothing calls this directly
Calls
2
set_scale
Method · 0.45
draw_idle
Method · 0.45
Tested by
no test coverage detected