Bug summary
I'd like to have a scatter plot with empty 'o' markers (just the edge).
This seems impossible.
Code for reproduction
from matplotlib.pylab import *
x = arange(0, 10)
scatter(x, x, c=x, facecolors='none')
Actual outcome

Expected outcome
Empty markers.
Matplotlib Version
3.5.1
Bug summary
I'd like to have a scatter plot with empty
'o'markers (just the edge).This seems impossible.
Code for reproduction
Actual outcome
Expected outcome
Empty markers.
Matplotlib Version
3.5.1