Plot time data without gaps before and after data

前端 未结 1 1555
时光取名叫无心
时光取名叫无心 2021-01-25 06:45

I have data of CPU utilization from monitoring. Monitoring does not start at first second of minute, but Gnuplot starts vaules of X axis at beginning of this minute. And missing

相关标签:
1条回答
  • 2021-01-25 07:05

    These "gaps" are caused by gnuplot's default behavior to extend axis ranges to the next full tic. To avoid this for the x-axis, use

    set autoscale xfix
    
    0 讨论(0)
提交回复
热议问题