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

Function fill

lib/matplotlib/pyplot.py:3490–3491  ·  view source on GitHub ↗
(*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)
3490def 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.

Callers 1

violinMethod · 0.85

Calls 2

gcaFunction · 0.85
fillMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…