Download this file
1 2 3 4
from matplotlib.matlab import * plot(arange(10), 'ok', markerfacecolor=None) show()