time.plt
Upload User: kingseaxu
Upload Date: 2009-01-01
Package Size: 49k
Code Size: 1k
Category:

3G develop

Development Platform:

Java

  1. set nologscale x
  2. set title ""
  3. set xrange [0:50]
  4. set yrange [0:2]
  5. set xlabel "Time"
  6. set xtics(0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50)
  7. set ylabel "Estimate Error (r)"
  8. #set ylabel 'Force, {/Times-Italic F}_A, (kN)'            # italics!
  9. set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
  10. set nolabel
  11. set key 40, 1.5
  12. plot 'MCL_time_10_0_error' title "v_max=.2r, s_max=0" with linespoints, 
  13. 'MCL_time_50_0_error' title "v_max=r, s_max=0" with linespoints, 
  14. 'MCL_time_10_10_error' title "v_max=.2r, s_max=.2r" with linespoints, 
  15. 'MCL_time_50_50_error' title "v_max=r, s_max=r" with linespoints