David Trémouilles wrote:
> Hi,
>
>  I've just start playing with maskedarray (the new implementation) 
> using fresh svn matplotib (0_91 maintenance).
> Plotting masked array does not behave as I would have expected.
> Indeed when drawing a "line graph" the masked walues interrupted the 
> line (see attach example).

David:  Yes, this is the correct behavior.  The masked values are 
treated as missing data.  No attempt is made to fill, or interpolate, 
the missing data.
> I would prefer to see a continues line...

Then you should interpolate the missing values yourself.  I think it 
would be unwise for matplotlib to guess how you might want to do that.

-Jeff
> Is it the expected behavior? Is there a way to change it?
>
> Thanks in advance,
>
> David
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-- 
Jeffrey S. Whitaker         Phone : (303)497-6313
NOAA/OAR/CDC  R/PSD1        FAX   : (303)497-6449
325 Broadway                Boulder, CO, USA 80305-3328


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to