Function
axvline
(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) |
| 3114 | def 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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…