Re: [Matplotlib-users] Basic matshow question

2014-08-10 Thread JBB
Exec. summary - I was having strange behavior with matshow in a loop and also with discrepancies between how iPython Notebook and Python via IDE displayed plots. Solutions: 1) Using pause instead of show fixed matshow in a loop 2) Explicitly invoking %matplotblib qt or generally %matplotlib {b

[Matplotlib-users] Crash when using matplotlib.tri.LinearTriInterpolator

2014-08-10 Thread Hartmut Kaiser
All, I'm running into a crash while trying to construct a tri.LinearTriInterpolator. Here is the short version of the code: import netCDF4 import matplotlib.tri as tri var = netCDF4.Dataset('filename.cdf').variables x = var['x'][:] y = var['y'][:] data = var['attrname'][: