
The following table lists some of the most used markers in Scatter Plot. # compare with no borders, and denser hatch. To set specific marker for drawing points on Scatter Plot in Matplotlib, pass required marker string to marker parameter of scatter () function. Plt.scatter(x,y, s=500, marker='s', edgecolor='black', linewidth=3, facecolor='green', hatch='|')
PYPLOT SCATTER MARKER STYLE CODE
See the code example below to produce scatter plots such as these: at 15:19 4 tcaswell, you mean s20 means the marker size equals that of a fontsize20 letter LWZ at 19:19 59 () has ms parameter ( markersize) an equivalent for () parameter s ( size ). A MarkerStyle can also have a custom Transform allowing it to be arbitrarily rotated or offset. However, I don't think the thickness of individual lines within hatching is controllable. Markers join and cap styles can be customized by creating a new instance of MarkerStyle.

Possible values: A single color format string. The scatter() function plots one dot for each observation.

Default is rcParams 'lines.markersize' 2. With Pyplot, you can use the scatter() function to draw a scatter plot. To control the marker border thickness, you just need to set the linewidth for scatter() (or markeredgewidth for plot()). A scatter plot of y vs x with varying marker size and/or color.
