Re: [Matplotlib-users] TypeError: Dimensions of C (645, 536) are incompatible with X (538) and/or Y (646); see help(pcolormesh)

2015-07-09 Thread Ronquillo, Edgar Nahum
Yeah it makes sense. I still can't find the bug, which it most likely is. I will keep looking and see what i find. Thanks for the help -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: Tuesday, June 30, 2015 1:11 PM To: matplotlib-users@lists.sourceforge.net

[Matplotlib-users] Removing a shapefile after it is loaded

2015-07-01 Thread Ronquillo, Edgar Nahum
Hello All, I am working with Basemap and loading several shapefiles using checkboxes in python. However, when I uncheck a checkbox I would like a shapefile to be removed and stay with the other shapefiles that are already loaded. I tried reloading and replotting the whole thing when I remove a

[Matplotlib-users] Read and plot point Shapefile with Basemap

2015-06-11 Thread Ronquillo, Edgar Nahum
Hello all, I am currently using Basemap to map a shapefile into a map which works perfect with some shapefiles. I notice it doesn't work with point shapefiles which are only points in a map. Do I have to use another strategy to plot this points from the shapefile? I was thinking to extract the

[Matplotlib-users] Basemap Problems

2015-06-08 Thread Ronquillo, Edgar Nahum
Hello, I am currently working with Basemap to plot a shapefile on the map. However, I am confused on how to initialize llcrnrx and llcrnry and same for the upper corner. I currently have both latitudes and longitudes for lower and upper corners in degrees. Does this mean I have to convert from