MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / contour

Function contour

site-packages/matplotlib/pyplot.py:2536–2541  ·  view source on GitHub ↗
(*args, data=None, **kwargs)

Source from the content-addressed store, hash-verified

2534# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2535@_autogen_docstring(Axes.contour)
2536def contour(*args, data=None, **kwargs):
2537 __ret = gca().contour(
2538 *args, **({"data": data} if data is not None else {}),
2539 **kwargs)
2540 if __ret._A is not None: sci(__ret) # noqa
2541 return __ret
2542
2543
2544# 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