|
From: Thomas S. <t.s...@fz...> - 2009-11-24 19:27:12
|
set xrange [0:5] set yrange [0:5] set zrange [0:5] set xyplane at 0 splot "datafile" using (1.+$1*3.):(1+$2*3.):(1.+$3*3.) with lines, \ "" using ($1+2):($2+2):($3+2) with lines datafile is: 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 laephy wrote: > > Hi everybody, > > I want to plot two boxes with gnuplot in 3 Dimensions. One small box > inside the > big box. > > Can someone help me? > -- View this message in context: http://old.nabble.com/plotting-boxes-tp26493994p26499939.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |