A path or a file-like object to store the image in. If format is not set, then the output format is inferred from the extension of fname, if any, and from rcParams["savefig.format"] = 'png'
otherwise. If format is set, it determines the output format.
The image data. The shape can be one of MxN (luminance), MxNx3 (RGB) or MxNx4 (RGBA).
vmin and vmax set the color scaling for the image by fixing the values that map to the colormap color limits. If either vmin or vmax is None, that limit is determined from the arr min/max value.
Colormap
, optional
A Colormap instance or registered colormap name. The colormap maps scalar data to colors. It is ignored for RGB(A) data. Defaults to rcParams["image.cmap"] = 'viridis'
('viridis').
The file format, e.g. 'png', 'pdf', 'svg', ... The behavior when this is unset is documented under fname.
Indicates whether the (0, 0)
index of the array is in the upper left or lower left corner of the axes. Defaults to rcParams["image.origin"] = 'upper'
('upper').
The DPI to store in the metadata of the file. This does not affect the resolution of the output image.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4