Hi Tom,
It is nice to receive your hints. I would like to try it.
Best regards,
Jiacong Huang
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/How-to-get-the-value-of-a-cell-in-pcolormesh-tp45499p45610.html
Sent from the matplotlib - users mailing list archive at Nabbl
To get the index of the grid you clicked on requires some knowledge of what
artist you are working with.
See https://github.com/matplotlib/matplotlib/pull/3989 for some brand new
code which makes this easier to implement in a general way.
While we catch up with that you will need to implement you
Shawn,
This might better be sent to the IPython mailing lists.
Tom
On Tue, May 19, 2015 at 5:56 PM Yuxiang Wang wrote:
> Here is what I did:
>
> Put a 00_matplotlib_rc.py in ipython's profile_default/startup folder
> (you might need to run ipython profile create, or ipython profile
> locate to
Bryan,
If you subscribe to the list you will be able to post with out moderation.
Does this happen with any of the other sample data?
I don't think that `get_sample_data` is doing you any good here as you are
passing it an absolute path (from `os.getcwd()`) which is passed into
`os.path.join` wh
Bryan,
First off, avoid importing things from modules that start with an
underscore. Because Python doesn't have semantics for public/private APIs
like C++ and Java does, the underscore is treated as an indicator to
developers that it is to be treated as private. The implication is that we
are fre
Jan,
If you subscribe to the user list you will be able to post with out
moderation.
Can you point us to which example you are running? From what you have sent
is is very hard to sort out what is going wrong as we have to guess what
you are doing.
Tom
On Sun, May 24, 2015 at 1:38 PM Albrecht,
Good afternoon,
My name is Bryan Williams. I work for the Florida Forest Service in their
Forest Logistics and Support Bureau.
I’m working on a program that takes weather data and visualizes it using
matplotlib and Basemap. I’m currently having an issue with matplotlib 1.4.3
for Python 3.4.3
Hi dear all,
I have installed matplot and also six.py and so on.
If i start an example from matplot i get the following eror message:
File "C:\Python26\lib\site-packages\matplotlib\pyplot.py", line 1087, in
subplots
ax0 = fig.add_subplot(gs[0, 0], **subplot_kw)
File "C:\Python26\lib\site-
Nice idea
I will try
Sent from my iPhone
> On May 23, 2015, at 2:23 PM, Jody Klymak wrote:
>
>
>> On May 23, 2015, at 12:07 PM, Eric Firing wrote:
>>
>> You might get something more to your liking if you were to start with a
>> colormap in which V is uniform--all variation is in H and S--