[Matplotlib-users] How to get the value of a cell in pcolormesh

2015-05-11 Thread GoogleWind
Hi everyone! It is cool to use the pcolormesh in matplotlib. However, is there a way to get the i, j indexes of the clicked cell? I have try event.mouseevent.xdata and event.mouseevent.x. But they did not return the index I need. Thanks in advanced for your help. Dr. Jiacong Huang Nanjing Instit

[Matplotlib-users] Basemap - UTM Support

2015-05-11 Thread Nick Eubank
Hi All, Trying to move from ArcGIS into pure python GIS, but am a little surprised to find that UTM is not (directly) supported as a projection. Going through the machinations in the utmtest.py file

Re: [Matplotlib-users] 2D data plotted in a 3D plot by adding time flow dimension

2015-05-11 Thread arjunascagnetto
yes you've got it. Thanks for the link. Just some days after posting this question i succeced and i found out the set_3d_proprierties function doing the magic. Here the clean code. import matplotlib.pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D t=np.linspace(0,10,1000)