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

Function contourf

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

Source from the content-addressed store, hash-verified

2544# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2545@_autogen_docstring(Axes.contourf)
2546def contourf(*args, data=None, **kwargs):
2547 __ret = gca().contourf(
2548 *args, **({"data": data} if data is not None else {}),
2549 **kwargs)
2550 if __ret._A is not None: sci(__ret) # noqa
2551 return __ret
2552
2553
2554# 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