Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
442
class
ToolXScale(AxisScaleBase):
Callers
2
enable
Method · 0.45
disable
Method · 0.45
Calls
1
set_yscale
Method · 0.45
Tested by
no test coverage detected