Gnuplot绘图 - 缺少线

时间:2012-04-20 03:23:41

标签: testing graph eval gnuplot

嘿,我有以下gnuplot脚本:

  #!/usr/bin/gnuplot

  reset
  set term postscript
  set output "OptimumCoalesce.ps"
  set grid
  set key box linestyle 5
    set key spacing 1.5 

    set key left
     ...
     set xrange[1:100000]
     set size 0.6,0.6
    set logscale x
    plot "Optimal_coalescing.txt" using 1:2 title "MultiDB" ls 1 with points

对于数据

    1 35199.88863
    10 20926.1477502296
    100 15483.2186868687
    500 10017.4652892562
    1000 10497.8036730946

但是Gnuplot没有绘制第一行!对于1,它重复第2行的值。任何想法发生了什么?

0 个答案:

没有答案