Hi all,
this time I'm dealing with plotting something like boxcar.
Let say I have an input stream: 0 0 0 0 1 1 1 1 0 0 0 0, and I want to
plot it, it should be something like that:
*****
* *
* *
* *
**** ****
(or similar to this:
http://upload.wikimedia.org/wikipedia/commons/5/55/NRZcode.png)
the problem is the vertical line: gnuplot joins the last 0 with the
first 1, and the line is not vertical :-/
do you have any hint?
I was thinking to use histograms (weird!), any other idea?
(actually the stream I'm dealing with is something like: ....0 0 0 0 1
1 1 0 0 0 -1 -1 -1 1 1 0 0 1 0 -1 1 0....)
cheers,
Mauro