anemometer.gnuplot (1114B)
1 set terminal svg size 1920/3,1080/3 dynamic font 'Liberation Sans, 14' 2 set hidden3d back offset 0 trianglepattern 3 undefined 1 altdiagonal bentover 3 set view equal xyz 4 set view ,,4 5 #set object 1 rectangle from screen -0.1,-0.1 to screen 1.1,1.1 fillcolor rgb "#f0f0f0" behind 6 unset key 7 #unset border 8 #unset xtics 9 #unset ytics 10 #unset ztics 11 #load 'gnuplot/rdbu.pal' 12 #set ytics -20,20,20 13 #set ztics 0,10,40 14 set palette gray 15 set pm3d 16 set style data pm3d 17 unset colorbox 18 #set xrange [-50:250] 19 #set yrange [-20:200] 20 #set zrange [*:40] 21 #set xzeroaxis 22 #set yzeroaxis 23 #set zzeroaxis 24 set xlabel 'x, m' 25 set ylabel 'y, m' 26 set zlabel 'z, m' 27 set output 'build/gnuplot/anemometer.svg' 28 #unset border 29 #unset xtics 30 #unset ytics 31 #unset ztics 32 #unset grid 33 #unset xzeroaxis 34 #unset yzeroaxis 35 #unset zzeroaxis 36 #unset xlabel 37 #unset ylabel 38 #unset zlabel 39 #unset title 40 splot 'gnuplot/anemometer.stl.gnuplot' using 1:2:3 41 #set yrange [-20:20] 42 #set output 'build/gnuplot/aurora.svg' 43 #set title 'Aurora' offset 0,-9 44 #splot 'ships/aurora.gnuplot' 45 #set output 'build/gnuplot/micw.svg' 46 #set title 'MICW' offset 19,-11.5 47 #splot 'ships/micw.gnuplot'