Function
axhline
(y: float = 0, xmin: float = 0, xmax: float = 1, **kwargs)
Source from the content-addressed store, hash-verified
| 3074 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3075 | @_copy_docstring_and_deprecators(Axes.axhline) |
| 3076 | def axhline(y: float = 0, xmin: float = 0, xmax: float = 1, **kwargs) -> Line2D: |
| 3077 | return gca().axhline(y=y, xmin=xmin, xmax=xmax, **kwargs) |
| 3078 | |
| 3079 | |
| 3080 | # 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…