Closed
Description
Small thing... using matplotlib.use('cairo.pdf') and plt.plot([1,2,4,3], '--o'), etc. the black lines surrounding the markers are actually drawn using the same line style. ie. 'o:' would have black dots surrounding the circle. The newest version I tried this with was 1.1.1 shipped with ubuntu.