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

Function spy

site-packages/matplotlib/pyplot.py:2900–2907  ·  view source on GitHub ↗
(
        Z, precision=0, marker=None, markersize=None, aspect='equal',
        origin='upper', **kwargs)

Source from the content-addressed store, hash-verified

2898# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2899@_autogen_docstring(Axes.spy)
2900def spy(
2901 Z, precision=0, marker=None, markersize=None, aspect='equal',
2902 origin='upper', **kwargs):
2903 __ret = gca().spy(
2904 Z, precision=precision, marker=marker, markersize=markersize,
2905 aspect=aspect, origin=origin, **kwargs)
2906 if isinstance(__ret, cm.ScalarMappable): sci(__ret) # noqa
2907 return __ret
2908
2909
2910# 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
spyMethod · 0.80

Tested by

no test coverage detected