>From mailnull Wed Jun 5 11:30:08 2013
Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of lists.sourceforge.net designates 172.29.29.181 as permitted sender) client-ip=172.29.29.181; env...@li...; helo=lists.sourceforge.net;
Received-SPF: neutral (sog-mx-1.v43.ch3.sourceforge.com: 216.139.236.26 is
neither permitted nor denied by domain of gmail.com)
client-ip=216.139.236.26; env...@gm...;
helo=sam.nabble.com;
Date: Wed, 5 Jun 2013 04:28:14 -0700
From: robijf <ro...@gm...>
Content-Type: text/plain; charset="us-ascii"
Hello to everyone!
I would like to plot two horizontal lines and two vertical lines, something
like this:
|
|
|
|________________________
| | |
| | |
| | |
|__________|____|
| | |
| | |
| | |
| | |
|__________|____|__________
both with plot and splot command (for a 3D style). Fact is that I am new to
gnuplot (only used it for a couple of weeks), and I cannot figure out how it
really works. I tried plotting it by using a data file, with no luck
whatsoever.
You want to use
set arrow from x0,y0 to x1,y1 nohead
plot 1/0
And:
help set arrow
will explain arrows for you.
Leo
|