>________________________________ > From: Benjamin Root <[email protected]> >To: Michael Rawlins <[email protected]> >Cc: Matplotlib Users <[email protected]> >Sent: Thursday, September 27, 2012 2:29 PM >Subject: Re: [Matplotlib-users] error reading netcdf file > > >Michael, > >The .missing_value attribute is not used anymore (It is ._FillValue now). >Anyway, if your data had any value that matched ._FillValue, then, by default, >netCDF4 will give you a masked array anyway. You will only need to set the >mask if the fill value doesn't exist or if it is different from what you were >expecting. > >Ben Root > > >
Thanks Ben. I'll play around with ._FillValue and masked arrays. Glad to have everything working again with this new OS. Mike ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
