Re: [Matplotlib-users] Basemap - UTM Support

2015-05-14 Thread Benjamin Root
Nick, Just to be clear, cartopy is intended to supersede basemap, but there are still many advantages at the moment to basemap over cartopy. The codebase is much more mature, and it is much easier to install than cartopy. I still regularly use basemap because I don't need the more advanced feature

[Matplotlib-users] print 3D surface-fit equation

2015-05-14 Thread abhisek
I'm trying to fit a surface model to a 3D data-set (x,y,z) using matplotlib. Where z = f(x,y). So, I'm going for the quadratic fitting with equation: f(x,y) = ax^2+by^2+cxy+dx+ey+f So far, I have successfully plotted the 3d-fitted-surface using least-square method. But, how can I be able to print