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