Function
fill
(*args, data: DataParamType = None, **kwargs)
Source from the content-addressed store, hash-verified
| 3488 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3489 | @_copy_docstring_and_deprecators(Axes.fill) |
| 3490 | def fill(*args, data: DataParamType = None, **kwargs) -> list[Polygon]: |
| 3491 | return gca().fill(*args, **({"data": data} if data is not None else {}), **kwargs) |
| 3492 | |
| 3493 | |
| 3494 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…