|
From: Daniel J S. <dan...@ie...> - 2007-03-14 22:33:11
|
Daniel J Sebald wrote:
[snip]
Ultimately, maybe the easiest is:
set term x11 dashed
set xrange [-5:5]
set yrange [-5:5]
plot '-' title '' with lines lt 1 lc rgb "black", \
'-' title '' with lines lt 1 lc rgb "black", \
'-' title '' with lines lt 1 lc rgb "black", \
'-' with points
-2 0
488 866.03
e
-2 0
488 -866.03
e
-2 0
-1002 0
e
0 0
e
I.e., just make sure one has chosen the line end points outside the boundaries in question.
Dan
|