Hi,
I'm having some trouble converting the following data-set:
https://www.dropbox.com/s/695892v4idboou4/scan.txt
into a graph looking like:
https://www.dropbox.com/s/shh0j3ozinrxnl1/pes.bmp
This is where I'm at so far:
https://www.dropbox.com/s/h8eq65apnz684bj/mypes.bmp
I can get the general plot using all data-points however I can't seem to get the "smoothness" nor can I eliminate the outer most data-points in the same way as the image posted. The two separate lines I've managed to add however.
Been playing around with the, splot "scan.txt" u ($1 condition ? $1 : 1/0):$2..., command for a while now but my unfamiliarity with gnuplot has the upper hand. If anyone feels they have a some spare time I would be grateful if you could either link a script or point me in the right direction.
/Marcus