Hi matplotlib users, I am interested in making basemap plots covering only a small area. When I do this the meridians and parallels (and labelling of these) look strange. I have pasted in a simple example below showing the problem (at least on my computer):
import pylab from matplotlib.toolkits import basemap bmap = basemap.Basemap(120.33, 35.95, 120.55, 36.12) merid = [120.3, 120.35, 120.4, 120.45, 120.5, 120.55, 120.6] paral = [35.94, 35.96, 35.98, 36.0, 36.02, 36.04, 36.06, 36.08, 36.1, 36.12, 36.14] bmap.drawparallels(paral, labels=[1,0,0,0]) bmap.drawmeridians(merid, labels=[0,0,0,1]) pylab.savefig('test.png') Regards, Jesper ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users