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

Function axvline

lib/matplotlib/pyplot.py:3114–3115  ·  view source on GitHub ↗
(x: float = 0, ymin: float = 0, ymax: float = 1, **kwargs)

Source from the content-addressed store, hash-verified

3112# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3113@_copy_docstring_and_deprecators(Axes.axvline)
3114def axvline(x: float = 0, ymin: float = 0, ymax: float = 1, **kwargs) -> Line2D:
3115 return gca().axvline(x=x, ymin=ymin, ymax=ymax, **kwargs)
3116
3117
3118# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
axvlineMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…