#========================================= # Pile arrengement #========================================= reset set terminal postscript eps enhanced font "Helvetica" 16 set output "fig_gpl_pile.eps" # set size ratio -1 set parametric set trange [0:2*pi] # set xrange [-5:20] set yrange [0:15] set border 0 set xtics 0,0,0 set ytics 0,0,0 set xtics nomirror set ytics nomirror # #set style arrow 1 size graph 0.02,10 nohead linewidth 1 linetype 5 中心線 #set style arrow 2 size graph 0.02,10 nohead linewidth 1 linetype 1 補助線 #set style arrow 3 size graph 0.02,20 filled heads linewidth 1 linetype 1 両矢印 #set style arrow 4 size graph 0.02,20 filled linewidth 1 linetype 1 片矢印 #set style arrow 5 size graph 0.02,20 nohead linewidth 3 linetype 1 太い実線 #set style arrow 6 size graph 0.02,20 empty linewidth 1 linetype 1 中が白い矢印(座標軸) # set style arrow 1 size graph 0.02,10 nohead linewidth 1 linetype 5 set style arrow 2 size graph 0.02,10 nohead linewidth 1 linetype 1 set style arrow 3 size graph 0.02,20 heads linewidth 1 linetype 1 set style arrow 4 size graph 0.02,20 linewidth 1 linetype 1 set style arrow 5 size graph 0.02,20 nohead linewidth 3 linetype 1 set style arrow 6 size graph 0.02,20 empty linewidth 1 linetype 1 # set arrow as 5 from 0,0 to 17.8,0 set arrow as 5 from 17.8,0 to 17.8,11 set arrow as 5 from 17.8,11 to 0,11 set arrow as 5 from 0,11 to 0,0 # set arrow as 6 from 8.9,5.5 to 10.9,5.5 set arrow as 6 from 8.9,5.5 to 8.9,7.5 set label "X" at 11.4,5.5 center set label "Y" at 8.9,8.0 center # set arrow as 2 from 0,11 to 0,14.1 set arrow as 2 from 17.8,11 to 17.8,14.1 set arrow as 3 from 0,14 to 17.8,14 set label "17.8m" at 8.9,14.5 center set arrow as 2 from 1.7,9.2 to 1.7,13.1 set arrow as 2 from 16.1,9.2 to 16.1,13.1 set arrow as 3 from 0,13 to 1.8,13 set arrow as 3 from 1.8,13 to 16.1,13 set arrow as 3 from 16.1,13 to 17.8,13 set label "1.7m" at 0.85,13.5 center set label "1.7m" at 16.95,13.5 center set label "3.6mx4" at 8.9,13.5 center # set arrow as 2 from 0,0 to -3.1,0 set arrow as 2 from 0,11 to -3.1,11 set arrow as 3 from -3,0 to -3,11 set label "11.0m" at -3.5,5.5 center rotate by 90 set arrow as 2 from 1.7,1.8 to -2.1,1.8 set arrow as 2 from 1.7,9.2 to -2.1,9.2 set arrow as 3 from -2,0 to -2,1.8 set arrow as 3 from -2,1.8 to -2,9.2 set arrow as 3 from -2,9.2 to -2,11 set label "1.8m" at -2.5,0.9 center rotate by 90 set label "1.8m" at -2.5,10.1 center rotate by 90 set label "3.7mx2" at -2.5,5.5 center rotate by 90 # set label "R1" at 18.8,9.2 center set label "R2" at 18.8,5.5 center set label "R3" at 18.8,1.8 center set label "C1" at 1.7,-1 center set label "C2" at 5.3,-1 center set label "C3" at 8.9,-1 center set label "C4" at 12.5,-1 center set label "C5" at 16.1,-1 center # plot \ 0.25*cos(t)+ 1.7,0.25*sin(t)+1.8 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 5.3,0.25*sin(t)+1.8 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 8.9,0.25*sin(t)+1.8 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+12.5,0.25*sin(t)+1.8 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+16.1,0.25*sin(t)+1.8 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 1.7,0.25*sin(t)+5.5 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 5.3,0.25*sin(t)+5.5 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 8.9,0.25*sin(t)+5.5 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+12.5,0.25*sin(t)+5.5 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+16.1,0.25*sin(t)+5.5 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 1.7,0.25*sin(t)+9.2 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 5.3,0.25*sin(t)+9.2 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+ 8.9,0.25*sin(t)+9.2 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+12.5,0.25*sin(t)+9.2 with lines linewidth 3 linetype 1 notitle, \ 0.25*cos(t)+16.1,0.25*sin(t)+9.2 with lines linewidth 3 linetype 1 notitle #