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

Function axhline

lib/matplotlib/pyplot.py:3076–3077  ·  view source on GitHub ↗
(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)
3076def 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

Calls 2

gcaFunction · 0.85
axhlineMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…