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