We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I'd like to have a scatter plot with empty'o' markers (just the edge).This seems impossible.
'o'
frommatplotlib.pylabimport*x=arange(0,10)scatter(x,x,c=x,facecolors='none')
Empty markers.
3.5.1