The data positions.
The marker size in points**2. Default is rcParams['lines.markersize'] ** 2
.
The marker color. Possible values:
Note that c should not be a single numeric RGB or RGBA sequence because that is indistinguishable from an array of values to be colormapped. If you want to specify the same RGB or RGBA value for all points, use a 2-D array with a single row. Otherwise, value- matching will have precedence in case of a size matching with x and y.
Defaults to None
. In that case the marker color is determined by the value of color
, facecolor
or facecolors
. In case those are not specified or None
, the marker color is determined by the next color of the Axes
' current "shape and fill" color cycle. This cycle defaults to rcParams["axes.prop_cycle"] = cycler('color', ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf'])
.
MarkerStyle
, optional
The marker style. marker can be either an instance of the class or the text shorthand for a particular marker. Defaults to None
, in which case it takes the value of rcParams["scatter.marker"] = 'o'
= 'o'. See markers
for more information about marker styles.
Colormap
, optional, default: None
A Colormap
instance or registered colormap name. cmap is only used if c is an array of floats. If None
, defaults to rc image.cmap
.
Normalize
, optional, default: None
A Normalize
instance is used to scale luminance data to 0, 1. norm is only used if c is an array of floats. If None, use the default colors.Normalize
.
vmin and vmax are used in conjunction with norm to normalize luminance data. If None, the respective min and max of the color array is used. vmin and vmax are ignored if you pass a norm instance.
The alpha blending value, between 0 (transparent) and 1 (opaque).
The linewidth of the marker edges. Note: The default edgecolors is 'face'. You may want to change this as well. If None, defaults to rcParams lines.linewidth
.
The edge color of the marker. Possible values:
Defaults to None
, in which case it takes the value of rcParams["scatter.edgecolors"] = 'face'
= 'face'.
For non-filled markers, the edgecolors kwarg is ignored and forced to 'face' internally.
Set to plot points with nonfinite c, in conjunction with set_bad
.
Collection
properties
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