> "Joachim" == Joachim Dahl <[EMAIL PROTECTED]> writes:
Joachim> this doesn't: matshow(matrix([[1.0,2.0],[3.0,4.0]]) but
Joachim> this does
Joachim> matshow(pylab.array(matrix([[1.0,2.0],[3.0,4.0]])
These should be considered bugs -- we should do an asarray anywhere we
are expecti
Hi all,
I have tried to use basemap to plot world map and successfully plotted points
on it by giving lists of latitudes and longitudes. One problem i have is i want
to give different colors for different countries, i.e. regarding population.
For ex. for range 2-20 -- green. 20-100 -- red.. etc