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

Function semilogx

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

Source from the content-addressed store, hash-verified

4150# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4151@_copy_docstring_and_deprecators(Axes.semilogx)
4152def semilogx(*args, **kwargs) -> list[Line2D]:
4153 return gca().semilogx(*args, **kwargs)
4154
4155
4156# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
semilogxMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…