plot with nans

Plotting with 'nans' doesn't work as far as I know.
Read the discussion on using masked arrays posted in the last 2 weeks.
They work well in my experience,
Mark

I had asked about plotting with NaNs a while back. John says the problem is
with the way the Agg backend deals with them. plot([0,nan,2,3],'o') works,
plot([nan,1,2,3],'o') does not.

ยทยทยท

On Tuesday 12 July 2005 01:03 pm, Mark Bakker wrote:

Plotting with 'nans' doesn't work as far as I know.
Read the discussion on using masked arrays posted in the last 2 weeks.

--

Darren