Re: [Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread Eric Firing
Pierre GM wrote: > On Wednesday 29 August 2007 10:02:14 John Morgan wrote: >> I have some data, which I'd like to plot using matplotlib. Some of the data >> has been flagged by some other software, and I have a boolean array, the >> same shape as my original data which tells me which data has been

Re: [Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread Pierre GM
On Wednesday 29 August 2007 10:02:14 John Morgan wrote: > I have some data, which I'd like to plot using matplotlib. Some of the data > has been flagged by some other software, and I have a boolean array, the > same shape as my original data which tells me which data has been flagged > > I'm

[Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread John Morgan
I have some data, which I'd like to plot using matplotlib. Some of the data has been flagged by some other software, and I have a boolean array, the same shape as my original data which tells me which data has been flagged. What I'd like to do is plot the unflagged data as a single pixels ',' and f