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

Function pcolor

site-packages/matplotlib/pyplot.py:2755–2763  ·  view source on GitHub ↗
(
        *args, alpha=None, norm=None, cmap=None, vmin=None,
        vmax=None, data=None, **kwargs)

Source from the content-addressed store, hash-verified

2753# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2754@_autogen_docstring(Axes.pcolor)
2755def pcolor(
2756 *args, alpha=None, norm=None, cmap=None, vmin=None,
2757 vmax=None, data=None, **kwargs):
2758 __ret = gca().pcolor(
2759 *args, alpha=alpha, norm=norm, cmap=cmap, vmin=vmin,
2760 vmax=vmax, **({"data": data} if data is not None else {}),
2761 **kwargs)
2762 sci(__ret)
2763 return __ret
2764
2765
2766# 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
pcolorMethod · 0.45

Tested by

no test coverage detected