from matplotlib.matlab import *

plot(arange(10), 'ok', markerfacecolor=None)
show()
