Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Ethan Gutmann
On Sep 7, 2012, at 11:04 AM, Eric Firing wrote: > On 2012/09/07 4:00 AM, Benjamin Root wrote: >> >> >> On Fri, Sep 7, 2012 at 9:49 AM, Shahar Shani-Kadmiel >> mailto:kadm...@post.bgu.ac.il>> wrote: >> >>On Sep 7, 2012, at 4:25 PM, Benjamin Root wrote: >> >>> >>> >>>On Fri, Sep 7, 20

Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Eric Firing
On 2012/09/07 4:00 AM, Benjamin Root wrote: > > > On Fri, Sep 7, 2012 at 9:49 AM, Shahar Shani-Kadmiel > mailto:kadm...@post.bgu.ac.il>> wrote: > > On Sep 7, 2012, at 4:25 PM, Benjamin Root wrote: > >> >> >> On Fri, Sep 7, 2012 at 8:44 AM, Shahar Shani-Kadmiel >> mailto:kadm...@post.bgu

Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Shahar Shani-Kadmiel
On Sep 7, 2012, at 5:00 PM, Benjamin Root wrote: > > > On Fri, Sep 7, 2012 at 9:49 AM, Shahar Shani-Kadmiel > wrote: > On Sep 7, 2012, at 4:25 PM, Benjamin Root wrote: > >> >> >> On Fri, Sep 7, 2012 at 8:44 AM, Shahar Shani-Kadmiel >> wrote: >> 1. an ipython session is invoked with qtcon

Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Benjamin Root
On Fri, Sep 7, 2012 at 9:49 AM, Shahar Shani-Kadmiel wrote: > On Sep 7, 2012, at 4:25 PM, Benjamin Root wrote: > > > > On Fri, Sep 7, 2012 at 8:44 AM, Shahar Shani-Kadmiel < > kadm...@post.bgu.ac.il> wrote: > >> 1. an ipython session is invoked with qtconsole --pylab >> 2. I load a large NetCDF g

Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Shahar Shani-Kadmiel
On Sep 7, 2012, at 4:25 PM, Benjamin Root wrote: > > > On Fri, Sep 7, 2012 at 8:44 AM, Shahar Shani-Kadmiel > wrote: > 1. an ipython session is invoked with qtconsole --pylab > 2. I load a large NetCDF grid (Grid file format: nf (# 18) GMT netCDF format > (float) (COARDS-compliant) [DEFAULT]

Re: [Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Benjamin Root
On Fri, Sep 7, 2012 at 8:44 AM, Shahar Shani-Kadmiel wrote: > 1. an ipython session is invoked with qtconsole --pylab > 2. I load a large NetCDF grid (Grid file format: nf (# 18) GMT netCDF > format (float) (COARDS-compliant) [DEFAULT]), approx. 1.15 GB > 3. I then try to plot with imshow the da

[Matplotlib-users] MemoryError with NetCDF

2012-09-07 Thread Shahar Shani-Kadmiel
1. an ipython session is invoked with qtconsole --pylab 2. I load a large NetCDF grid (Grid file format: nf (# 18) GMT netCDF format (float) (COARDS-compliant) [DEFAULT]), approx. 1.15 GB 3. I then try to plot with imshow the data added below are the lines leading up to the error and the error