Hello,

I've created a map with matplotlib-Basemap and will have an animated gif by
drawing my special points / markers one by one in the plot. That work's
fine. 
Now the markers should have a special color from a generated color-vector.
In this vector are values from (0.0-1.0) for grey values.
The data-vector is as follows: index 0,1 the lat and lon information, index
2 the gray values.
/Problem/: Passing the color vector to the plot command, cause this error:
"*raise ValueError('third arg must be a format string')*"

This is the important part of my code:


Any ideas? Regards John



--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/Plotting-with-a-custom-color-vector-tp43429.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to