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

Function axhspan

lib/matplotlib/pyplot.py:3082–3085  ·  view source on GitHub ↗
(
    ymin: float, ymax: float, xmin: float = 0, xmax: float = 1, **kwargs
)

Source from the content-addressed store, hash-verified

3080# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3081@_copy_docstring_and_deprecators(Axes.axhspan)
3082def axhspan(
3083 ymin: float, ymax: float, xmin: float = 0, xmax: float = 1, **kwargs
3084) -> Rectangle:
3085 return gca().axhspan(ymin, ymax, xmin=xmin, xmax=xmax, **kwargs)
3086
3087
3088# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
axhspanMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…