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

Method set_scale

lib/matplotlib/backend_tools.py:448–449  ·  view source on GitHub ↗
(self, ax, scale)

Source from the content-addressed store, hash-verified

446 default_keymap = property(lambda self: mpl.rcParams['keymap.xscale'])
447
448 def set_scale(self, ax, scale):
449 ax.set_xscale(scale)
450
451
452class ToolViewsPositions(ToolBase):

Callers

nothing calls this directly

Calls 1

set_xscaleMethod · 0.80

Tested by

no test coverage detected