Displaying 1 result from an estimated 1 matches for "lineart".
Did you mean:
linear
2005 Jan 25
3
Plotting only masked part of data
...approximation
plot(x[abs(y) < 0.5],y[abs(y) < 0.5])
is quite close - however I want to plot with lines, i.e. type="l", and
then I get solid lines connecting the endpoint of one "active" region
to the start of the next active region, I would prefer to get rid of
those.
Lineart:
-------
_____ ____
/ (1) \ / (3)\
/ \ / \
/ \ / \
\ / \
\_____/
(2)
The problem is the horisontal lines shown as (1), (2) and (3) in the
schematic figure above, I wou...