Reporting this as a matplotlib bug because that's where I see the error.
I have some code which was running fine, drawing a scatter plot with
transparent/alpha for the colour, like this...
ax1.scatter(sanjose_y,sanjose_x,color=(0.9,0.9,0.0,0.1),label='SanJose')
This used to draw a very faint tr
Hi,
Is there some way to add support for latex symbols as markers?
I think it would be an extension of the current methods for plotting
markers- since I dont think all the color, edge, line style etc
properties would be relevant (or even possible). However, it would
allow arbitrary symbols (at le