Hi. I need to know how to 'fill gaps' on chart i.e. produce one continuous line when data points are not present
e.g.
a = 1
b = 2
c = 3
d = 4
e =
f = 6
g = 7
When I plot it, I get a big blank where the 'e' data should be. What property is it that allows to link data points producing a solid line
Need this as I have some missing data but want it to plot the line from point to point
e.g.
a = 1
b = 2
c = 3
d = 4
e =
f = 6
g = 7
When I plot it, I get a big blank where the 'e' data should be. What property is it that allows to link data points producing a solid line
Need this as I have some missing data but want it to plot the line from point to point