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

Function loglog

lib/matplotlib/pyplot.py:3824–3825  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

3822# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3823@_copy_docstring_and_deprecators(Axes.loglog)
3824def loglog(*args, **kwargs) -> list[Line2D]:
3825 return gca().loglog(*args, **kwargs)
3826
3827
3828# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
loglogMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…