[SciPy-user] How To Plot List with None Values?

John J. Lee jjl at pobox.com
Fri May 24 16:38:44 EDT 2002


On Mon, 20 May 2002, eric wrote:

>
> One solution is to split the array up into the segments between the None values
> and just plot these with gaps in spots that had None values.  You could modify
> the code to connect the segments if that is preferable.
[...]

There's also the MA package from Numeric -- which I presume works somehow
with the scipy plotting stuff?  In any case, I'm sure you could write a
function to make them work together without any trouble.


John




More information about the SciPy-User mailing list