【发布时间】:2021-11-24 18:12:39
【问题描述】:
我想绘制第 1 列和第 2 列,并从数据文件中打印第 3 列,但是我找不到如何从数据文件中直接读取到 x 或数组 x(n),基本上操作是这样的:
do for[j=0:n:1]{
unset label
x = #row j, column 3 of 'file-name.dat'
set label x at 2000, 4000 ...
plot 'file-name.dat' u 1:2 ....
}
【问题讨论】:
-
请明确您想要在情节中出现的确切内容。 gnuplot 完全能够通过
with labels绘图样式直接从数据文件中绘制文本。
标签: file animation printing gnuplot