### Problem It would be nice to have direct shortcuts for plotting open symbols (e.g. with plt.scatter). For example, * for open circles: plt.scatter(x,y,marker='oo') * open squares: plt.scatter(x,y,marker='so') etc.