# # $Id: multimsh.dem,v 1.5 2003/10/28 05:35:54 sfeam Exp $ # set parametric set hidden3d unset key set xrange [0:8] set yrange [-4:4] set zrange [-2:2] set style data line set title "Demo of multiple mesh per file capability - Digitized Blue Whale" splot "whale.dat"Click here for minimal script to generate this plot
set title "Demo of multiple mesh per file capability - Digitized Blue Whale" set xlabel "Mesh or Network 0" splot "whale.dat" index 0Click here for minimal script to generate this plot
set autoscale z set xlabel "Mesh or Network 6" set autoscale z splot "whale.dat" index 6 using 3:2:1Click here for minimal script to generate this plot
set zrange [-2:2] set xlabel "Mesh or Network 12" splot "whale.dat" index 12 with pointsClick here for minimal script to generate this plot
set xlabel "Mesh or Network 13" splot "whale.dat" i 13Click here for minimal script to generate this plot
# #file "loop" # maxmsh = 16 # ind = (ind + 1)%maxmsh # splot "whale.dat" i ind # reread "loop" set xlabel "Mesh or Network 4" splot "whale.dat" i 4Click here for minimal script to generate this plot
set xlabel "Mesh or Network 5" splot "whale.dat" i 5Click here for minimal script to generate this plot
reset