Matplotlib scatter marker style

broken image
broken image

Those are not specified or None, the marker color is determinedīy the next color of the Axes' current 'shape and fill' colorĬycle.

broken image
broken image

In that case the marker color is determinedīy the value of color, facecolor or facecolors. Matching will have precedence in case of a size matching with xĭefaults to None. If you want to specify the same RGB or RGBA value forĪll points, use a 2-D array with a single row. Note that c should not be a single numeric RGB or RGBA sequenceīecause that is indistinguishable from an array of values to beĬolormapped. A 2-D array in which the rows are RGB or RGBA.A sequence of n numbers to be mapped to colors using cmap and.A sequence of color specifications of length n.c : color, sequence, or sequence of color, optional s : scalar or array_like, shape (n, ), optionalĭefault is rcParams ** 2. scatter ( x, y, s=None, c=None, marker=None, cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, verts=None, edgecolors=None, *, plotnonfinite=False, data=None, **kwargs ) ¶Ī scatter plot of y vs x with varying marker size and/or color.

broken image