MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / sci

Function sci

lib/matplotlib/pyplot.py:4565–4566  ·  view source on GitHub ↗
(im: ColorizingArtist)

Source from the content-addressed store, hash-verified

4563# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4564@_copy_docstring_and_deprecators(Axes._sci)
4565def sci(im: ColorizingArtist) -> None:
4566 gca()._sci(im)
4567
4568
4569# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers 15

matshowFunction · 0.85
contourFunction · 0.85
contourfFunction · 0.85
hexbinFunction · 0.85
hist2dFunction · 0.85
imshowFunction · 0.85
pcolorFunction · 0.85
pcolormeshFunction · 0.85
quiverFunction · 0.85
scatterFunction · 0.85
specgramFunction · 0.85
spyFunction · 0.85

Calls 2

gcaFunction · 0.85
_sciMethod · 0.80

Tested by

no test coverage detected