Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. set terminal pngcairo size 600,900
  2. set output "tml.png"
  3. set grid y2
  4. set rmargin 4
  5. set multiplot layout 3,1 title 'Statistics for ztex:0 (TML v0.999, bitstream davis) last 1h'
  6. set tmargin 0
  7. set bmargin 0
  8. unset title
  9. set boxwidth 1
  10. set key inside left top vertical nobox
  11. set xrange [135.0:181.0]
  12. set yrange [-0.05:1.05]
  13. set xtics
  14. set ytics nomirror
  15. set y2tics nomirror
  16. set grid y2
  17. set format x ''
  18. set format y ''
  19. set format y2 '%.0f'
  20. set size 1,.3
  21. set origin 0,0.65
  22. set ylabel 'ring 2'
  23.  
  24. plot '-' title '# shares' with boxes fill solid 0.25 border -1 lt rgb "#66ff66" axis x1y2, '-' title '# errors' with boxes fill solid 0.25 border -1 lt rgb "#ff6666" axis x1y2, '-' title '% errors' with lines lw 2 lc rgb "#ff6666" axis x1y1
  25. 157.0 2.0
  26. 160.0 2.0
  27. 164.0 19.0
  28. 168.0 5.0
  29. 172.0 0.0
  30. e
  31.  
  32. 157.5 0.0
  33. 160.5 0.0
  34. 164.5 0.0
  35. 168.5 1.0
  36. 172.5 2.0
  37. e
  38.  
  39. 152.0 0.0
  40. 157.0 0.0
  41. 160.0 0.0
  42. 164.0 0.0
  43. 168.0 0.16666666666666666
  44. 172.0 1.0
  45. 177.0 1.0
  46. e
  47.  
  48. set boxwidth 1
  49. unset key
  50. set xrange [135.0:181.0]
  51. set yrange [-0.05:1.05]
  52. set xtics
  53. set ytics nomirror
  54. set y2tics nomirror
  55. set grid y2
  56. set format x ''
  57. set format y ''
  58. set format y2 '%.0f'
  59. set size 1,.3
  60. set origin 0,0.35
  61. set ylabel 'ring 1'
  62.  
  63. plot '-' title '# shares' with boxes fill solid 0.25 border -1 lt rgb "#66ff66" axis x1y2, '-' title '# errors' with boxes fill solid 0.25 border -1 lt rgb "#ff6666" axis x1y2, '-' title '% errors' with lines lw 2 lc rgb "#ff6666" axis x1y1
  64. 140.0 3.0
  65. 144.0 1.0
  66. 148.0 19.0
  67. 152.0 2.0
  68. 156.0 2.0
  69. 160.0 0.0
  70. e
  71.  
  72. 140.5 0.0
  73. 144.5 0.0
  74. 148.5 0.0
  75. 152.5 1.0
  76. 156.5 1.0
  77. 160.5 1.0
  78. e
  79.  
  80. 135.0 0.0
  81. 140.0 0.0
  82. 144.0 0.0
  83. 148.0 0.0
  84. 152.0 0.3333333333333333
  85. 156.0 0.3333333333333333
  86. 160.0 1.0
  87. 165.0 1.0
  88. e
  89.  
  90. set boxwidth 1
  91. unset key
  92. set xrange [135.0:181.0]
  93. set yrange [-0.05:1.05]
  94. set xtics
  95. set ytics nomirror
  96. set y2tics nomirror
  97. set grid y2
  98. set format x '%.0f'
  99. set format y ''
  100. set format y2 '%.0f'
  101. set size 1,.3
  102. set origin 0,0.05
  103. set bmargin 2
  104. set xlabel 'clock frequency (mhz)'
  105. set ylabel 'ring 0'
  106.  
  107. plot '-' title '# shares' with boxes fill solid 0.25 border -1 lt rgb "#66ff66" axis x1y2, '-' title '# errors' with boxes fill solid 0.25 border -1 lt rgb "#ff6666" axis x1y2, '-' title '% errors' with lines lw 2 lc rgb "#ff6666" axis x1y1
  108. 156.0 18.0
  109. 157.0 1.0
  110. 160.0 9.0
  111. 164.0 3.0
  112. 168.0 4.0
  113. 172.0 1.0
  114. 176.0 0.0
  115. e
  116.  
  117. 156.5 1.0
  118. 157.5 0.0
  119. 160.5 1.0
  120. 164.5 1.0
  121. 168.5 1.0
  122. 172.5 1.0
  123. 176.5 4.0
  124. e
  125.  
  126. 151.0 0.0
  127. 156.0 0.05263157894736842
  128. 157.0 0.0
  129. 160.0 0.1
  130. 164.0 0.25
  131. 168.0 0.2
  132. 172.0 0.5
  133. 176.0 1.0
  134. 181.0 1.0
  135. e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement