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

Function yscale

lib/matplotlib/pyplot.py:4621–4622  ·  view source on GitHub ↗
(value: str | ScaleBase, **kwargs)

Source from the content-addressed store, hash-verified

4619# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4620@_copy_docstring_and_deprecators(Axes.set_yscale)
4621def yscale(value: str | ScaleBase, **kwargs) -> None:
4622 gca().set_yscale(value, **kwargs)
4623
4624
4625# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
set_yscaleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…