On Tue, Sep 21, 2010 at 9:02 AM, Bala subramanian 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 i achieve this ?. I tri
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.