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

Method set_scale

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

Source from the content-addressed store, hash-verified

436 default_keymap = property(lambda self: mpl.rcParams['keymap.yscale'])
437
438 def set_scale(self, ax, scale):
439 ax.set_yscale(scale)
440
441
442class ToolXScale(AxisScaleBase):

Callers 2

enableMethod · 0.45
disableMethod · 0.45

Calls 1

set_yscaleMethod · 0.45

Tested by

no test coverage detected