gpt4 book ai didi

gnuplot - 秤测量数据

转载 作者:行者123 更新时间:2023-12-02 04:47:06 25 4
gpt4 key购买 nike

我有一些测量数据,experiment.dat 是这样的:

1 2
2 3

现在我想通过一些命令行绘制它们

plot "experiment.dat" using 1:2 title "experiment" with lines lw 3

有没有什么方法可以用一些缩放因子(比如 -1)来缩放不同的线?

最佳答案

是的,您可以在 using 语句中进行任何类型的计算。要使用 -1 缩放 y 值(第二列),请使用

plot "experiment.dat" using 1:(-1*$2)

关于gnuplot - 秤测量数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19583526/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com