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

Function axvspan

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

Source from the content-addressed store, hash-verified

3118# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3119@_copy_docstring_and_deprecators(Axes.axvspan)
3120def axvspan(
3121 xmin: float, xmax: float, ymin: float = 0, ymax: float = 1, **kwargs
3122) -> Rectangle:
3123 return gca().axvspan(xmin, xmax, ymin=ymin, ymax=ymax, **kwargs)
3124
3125
3126# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
axvspanMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…