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

Function contour

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

Source from the content-addressed store, hash-verified

3330# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3331@_copy_docstring_and_deprecators(Axes.contour)
3332def contour(*args, data: DataParamType = None, **kwargs) -> QuadContourSet:
3333 __ret = gca().contour(
3334 *args, **({"data": data} if data is not None else {}), **kwargs
3335 )
3336 if __ret._A is not None: # type: ignore[attr-defined]
3337 sci(__ret)
3338 return __ret
3339
3340
3341# 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
contourMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…