Skip to main content

All Questions

3 votes
2 answers
4k views

python and matplotlib and changing marker color

I am plotting things using matplotlib and Basemap (within a wxpython gui). Currently, my plot code look something like this: self.map = Basemap(llcrnrlon=lon_L, llcrnrlat=lat_D, urcrnrlon=lon_R, ...
mcfly's user avatar
  • 1,151