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

Function xscale

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

Source from the content-addressed store, hash-verified

4613# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4614@_copy_docstring_and_deprecators(Axes.set_xscale)
4615def xscale(value: str | ScaleBase, **kwargs) -> None:
4616 gca().set_xscale(value, **kwargs)
4617
4618
4619# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
set_xscaleMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…