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

Function contourf

lib/matplotlib/pyplot.py:3343–3349  ·  view source on GitHub ↗
(*args, data: DataParamType = None, **kwargs)

Source from the content-addressed store, hash-verified

3341# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3342@_copy_docstring_and_deprecators(Axes.contourf)
3343def contourf(*args, data: DataParamType = None, **kwargs) -> QuadContourSet:
3344 __ret = gca().contourf(
3345 *args, **({"data": data} if data is not None else {}), **kwargs
3346 )
3347 if __ret._A is not None: # type: ignore[attr-defined]
3348 sci(__ret)
3349 return __ret
3350
3351
3352# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 3

gcaFunction · 0.85
sciFunction · 0.85
contourfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…