[Matplotlib-users] Omitting gap values during plotting

2010-09-21 Thread Bala subramanian
Friends, I have a file like below. Where i have data in row 1 to 8, then a gap, then data for row 10-16. I want matplotlib to explicitly consider this gap and not to shift the y values while plotting. How can i achieve this ?. I tried by inserting a string 'None' instead of gap, but i get error.

Re: [Matplotlib-users] Omitting gap values during plotting

2010-09-21 Thread Benjamin Root
On Tue, Sep 21, 2010 at 9:02 AM, Bala subramanian bala.biophys...@gmail.com wrote: Friends, I have a file like below. Where i have data in row 1 to 8, then a gap, then data for row 10-16. I want matplotlib to explicitly consider this gap and not to shift the y values while plotting. How can