Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. reset
  2. set terminal postscript eps enhanced color font "Helvetica" 20
  3. set output "fig_gpl_RC.eps"
  4. #
  5. set parametric
  6. set size ratio -1
  7. set sample 360
  8. set trange [0:2*pi]
  9. #
  10. set xrange [-230:230]
  11. set yrange [-300:230]
  12. set border 0
  13. set xtics 0,0,0
  14. set ytics 0,0,0
  15. set xtics nomirror
  16. set ytics nomirror
  17. #
  18. #set style arrow 1 size graph 0.02,10 nohead linewidth 1 linetype 5
  19. #set style arrow 2 size graph 0.02,10 nohead linewidth 1 linetype 1
  20. #set style arrow 3 size graph 0.02,20 filled heads linewidth 1 linetype 1
  21. #set style arrow 4 size graph 0.02,20 filled linewidth 1 linetype 1
  22. #set style arrow 5 size graph 0.02,20 filled linewidth 5 linetype 1
  23. #set style arrow 6 size graph 0.02,20,30 filled linewidth 2 linetype 1
  24. #
  25. set style line 1 linetype rgb "#000000"
  26. #
  27. set style arrow 2 size graph 0.02,10 nohead linestyle 1 linewidth 1 linetype 1
  28. set style arrow 3 size graph 0.02,20 filled heads linestyle 1linewidth 1 linetype 1
  29. set style arrow 4 size graph 0.02,20 filled linestyle 1 linewidth 1 linetype 1
  30. #
  31. set arrow as 4 from 0,0 to 151.111,34.490
  32. set label " R_c=155mm" at 151.111,34.490 left rotate by 12.857
  33. set arrow as 4 from 0,0 to 41.219,85.592
  34. set label " R_s=95mm" at 41.219,85.592 left rotate by 64.286
  35. #
  36. set label "Concrete" at 0,-20 center
  37. set label "C30" at 0,-40 center
  38. set label "Rebar=14T20" at 0,-125 center
  39. set label "Original pile body" at 0,-175 center
  40. set label "(not considered)" at 0,-195 center
  41. #
  42. set arrow as 2 from -225,0 to -225,-285
  43. set arrow as 2 from 225,0 to 225,-285
  44. set arrow as 2 from -155,0 to -155,-255
  45. set arrow as 2 from 155,0 to 155,-255
  46. set arrow as 3 from -225,-280 to 225,-280
  47. set arrow as 3 from -225,-250 to -155,-250
  48. set arrow as 3 from -155,-250 to 155,-250
  49. set arrow as 3 from 155,-250 to 225,-250
  50. set label "450mm" at 0,-295 center
  51. set label "70mm" at -190,-265 center
  52. set label "70mm" at 190,-265 center
  53. set label "310mm" at 0,-265 center
  54. #
  55. rr=225
  56. r0=155
  57. r1=95
  58. r2=10
  59. a1=0
  60. a2=2*pi/7*1
  61. a3=2*pi/7*2
  62. a4=2*pi/7*3
  63. a5=2*pi/7*4
  64. a6=2*pi/7*5
  65. a7=2*pi/7*6
  66. plot \
  67. rr*cos(t),rr*sin(t) with lines linestyle 1 linewidth 1 linetype 2 notitle, \
  68. r0*cos(t),r0*sin(t) with lines linestyle 1 linewidth 3 linetype 1 notitle, \
  69. r1*cos(t),r1*sin(t) with lines linestyle 1 linewidth 3 linetype 3 notitle, \
  70. r2*cos(t)+(r1+r2)*sin(a1),r2*sin(t)+(r1+r2)*cos(a1) with filledcurves linestyle 1 notitle, \
  71. r2*cos(t)+(r1-r2)*sin(a1),r2*sin(t)+(r1-r2)*cos(a1) with filledcurves linestyle 1 notitle, \
  72. r2*cos(t)+(r1+r2)*sin(a2),r2*sin(t)+(r1+r2)*cos(a2) with filledcurves linestyle 1 notitle, \
  73. r2*cos(t)+(r1-r2)*sin(a2),r2*sin(t)+(r1-r2)*cos(a2) with filledcurves linestyle 1 notitle, \
  74. r2*cos(t)+(r1+r2)*sin(a3),r2*sin(t)+(r1+r2)*cos(a3) with filledcurves linestyle 1 notitle, \
  75. r2*cos(t)+(r1-r2)*sin(a3),r2*sin(t)+(r1-r2)*cos(a3) with filledcurves linestyle 1 notitle, \
  76. r2*cos(t)+(r1+r2)*sin(a4),r2*sin(t)+(r1+r2)*cos(a4) with filledcurves linestyle 1 notitle, \
  77. r2*cos(t)+(r1-r2)*sin(a4),r2*sin(t)+(r1-r2)*cos(a4) with filledcurves linestyle 1 notitle, \
  78. r2*cos(t)+(r1+r2)*sin(a5),r2*sin(t)+(r1+r2)*cos(a5) with filledcurves linestyle 1 notitle, \
  79. r2*cos(t)+(r1-r2)*sin(a5),r2*sin(t)+(r1-r2)*cos(a5) with filledcurves linestyle 1 notitle, \
  80. r2*cos(t)+(r1+r2)*sin(a6),r2*sin(t)+(r1+r2)*cos(a6) with filledcurves linestyle 1 notitle, \
  81. r2*cos(t)+(r1-r2)*sin(a6),r2*sin(t)+(r1-r2)*cos(a6) with filledcurves linestyle 1 notitle, \
  82. r2*cos(t)+(r1+r2)*sin(a7),r2*sin(t)+(r1+r2)*cos(a7) with filledcurves linestyle 1 notitle, \
  83. r2*cos(t)+(r1-r2)*sin(a7),r2*sin(t)+(r1-r2)*cos(a7) with filledcurves linestyle 1 notitle, \
  84. "-" with points notitle
  85. 0 0
  86. e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement