You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
646 B

  1. set terminal postscript eps enhanced color font "18"
  2. filename = '64threads_growing_degree.txt'
  3. set output "grow_degree.eps"
  4. # set font "32"
  5. set key left top
  6. set grid
  7. # set logscale y
  8. # set logscale x
  9. set title font ",64"
  10. set key font ",18"
  11. set xtics font ",20"
  12. set ytics font ",20"
  13. set xlabel font ",20"
  14. set ylabel font ",20"
  15. # set key title "IOP proving time"
  16. set key title font ", 20"
  17. # set key title "2^{15} constraints"
  18. set xlabel "degree d"
  19. set ylabel 'time (us)'
  20. # set yrange []
  21. # set xrange [500000:1100000]
  22. # set xtics (0, 1,2,4,8,16,32)
  23. plot filename using 1:2 w lp t "q_Lw_1 + q_Rw_2 + q_Mw_1^{d-1}w_2 + q_C = 0",
  24. reset