[Matplotlib-users] issue with wireframe-plot

2015-05-05 Thread diffracteD
Hi. I am using matplotlib to plot a wireframe over a 3D list data I have. X = [2.06, 2.07, 2.14, 2.09, 2.2, 2.05, 1.92, 2.06, 2.11, 2.07, 2.15, 2.29, 2.06, 2.09, 2.19, 2.19, 2.26, 2.15, 2.15, 2.06, 2.29, 2.27, 2.46, 2.2, 2.01, 2.11, 2.03, 2.1, 2.17, 2.1] Y = [171.82, 170.8, 159.59, 164.28,

[Matplotlib-users] Visulization of orthogonal grid

2015-05-05 Thread GoogleWind
Dear all, Matplotlib currently support the visuliaztion of triangular mesh and square-cell map. Is there any solutions to support the visulization of orthogonal grid as follows, Thanks in advances for your hints. Best

[Matplotlib-users] NaN's when projecting via Basemap instance

2015-05-05 Thread Seb
Hello, I noticed that a Basemap instance yields 1e30 when projecting lat/lon NaN coordinates. In the following, nav is a pandas data frame with navigation coordinates: llcrnrlon=np.round(np.min(nav['longitude'])) llcrnrlat=np.round(np.min(nav['latitude'])) urcrnrlon=np.round(np.max(nav['lo