Hi all,
I find the usage of linestyle very _unconvenient_, since there are these 
two options - linestyle='--' and linestyle='dashed' - which are not 
exchangable.

I had some code where I initially used the Line2D class, so I had to use 
linestyle='--'. Now I changed my code to use a LineCollection. 
LineCollection doesn't work with linestyle='--', but requires 
linestyle='dashed' - and contrawise Line2D doesn't accept 
linestyle='dashed', but requires linestyle='--'.

Isn't it possible - and desirable - to unify the usage of linestyle ?

Manuel

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to