【问题标题】:Gnuplot label the points on a 'smooth unique' lineGnuplot 标记“平滑独特”线上的点
【发布时间】:2012-02-04 15:44:01
【问题描述】:

我认为这对谷歌来说很简单,但我还没有找到答案:

我有简单的脚本:

plot [3:16.99][0.8:]"alltables.txt" using 1:2 smooth uniq with points

其中 alltables.txt 是一个 2 列的数字列表。平滑的 uniq 操作绘制了我的数据的移动平均值。我的问题是如何找出这些点的坐标?除此之外,我如何用它们的坐标在图上标记它们?

【问题讨论】:

    标签: gnuplot smooth


    【解决方案1】:

    如果你的 gnuplot 版本足够新,你应该可以

    plot [3:16.99][0.8:]"alltables.txt" using 1:2:2 smooth uniq with labels
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-12
      • 1970-01-01
      • 1970-01-01
      • 2012-12-04
      • 2014-06-02
      相关资源
      最近更新 更多