Re: [Matplotlib-users] NavigationToolbar2Wx with mplot3d

2011-10-12 Thread Keith Jones
Matplotlib 1.1 fixes the NavigationToolbar2Wx issue with saving the .png image. Thanks for the excellent support. Regards. Keith From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Saturday, 24 September 2011 2:59 a.m. To:

[Matplotlib-users] memory error - netcdf plots

2011-10-12 Thread questions anon
Hi All, I keep receiving a memory error when processing many netcdf files. I assumed it had something to do with how I loop things and maybe needed to close things off properly but I recently received an error that made me think it might be because of matplotlib. In the code below I am looping

[Matplotlib-users] plotting two (x) axes for the same figure

2011-10-12 Thread List Comprehension
Hello, I am interested in plotting two (x) axes for the same figure (one of is just showing linearly transformed values of the other); one of them offset from the plot if possible. For instance, I have the following code: import numpy as np import matplotlib.pyplot as plt import