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

Function semilogy

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

Source from the content-addressed store, hash-verified

4156# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4157@_copy_docstring_and_deprecators(Axes.semilogy)
4158def semilogy(*args, **kwargs) -> list[Line2D]:
4159 return gca().semilogy(*args, **kwargs)
4160
4161
4162# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
semilogyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…