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

Function imshow

site-packages/matplotlib/pyplot.py:2690–2703  ·  view source on GitHub ↗
(
        X, cmap=None, norm=None, aspect=None, interpolation=None,
        alpha=None, vmin=None, vmax=None, origin=None, extent=None,
        shape=None, filternorm=1, filterrad=4.0, imlim=None,
        resample=None, url=None, *, data=None, **kwargs)

Source from the content-addressed store, hash-verified

2688# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2689@_autogen_docstring(Axes.imshow)
2690def imshow(
2691 X, cmap=None, norm=None, aspect=None, interpolation=None,
2692 alpha=None, vmin=None, vmax=None, origin=None, extent=None,
2693 shape=None, filternorm=1, filterrad=4.0, imlim=None,
2694 resample=None, url=None, *, data=None, **kwargs):
2695 __ret = gca().imshow(
2696 X, cmap=cmap, norm=norm, aspect=aspect,
2697 interpolation=interpolation, alpha=alpha, vmin=vmin,
2698 vmax=vmax, origin=origin, extent=extent, shape=shape,
2699 filternorm=filternorm, filterrad=filterrad, imlim=imlim,
2700 resample=resample, url=url, **({"data": data} if data is not
2701 None else {}), **kwargs)
2702 sci(__ret)
2703 return __ret
2704
2705
2706# 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
imshowMethod · 0.80

Tested by

no test coverage detected