gpt4 book ai didi

Gnuplot 4.6.5 ylabel 不可见

转载 作者:行者123 更新时间:2023-12-02 21:24:13 25 4
gpt4 key购买 nike

我在 ubuntu 12.04 上运行 gnuplot 4.6.5 并使用 x11 终端。我使用脚本如下,但 ylabel 不可见(xlabel 很好)。我需要做什么来修复它?抵消?感谢您的帮助

 plot "512bytesCBR3000client4server1numofnodes.txt" using 1:2 title 'NativeOF' with     linespoints lw 2 ps 3 pt 6 lt 3
set grid
set ylabel "End to end delay"
set xlabel "number of nodes"

最佳答案

通常,您必须在调用 plot 之前完成所有设置(set xlabelset ylabelset grid) 如果你想让它们出现在情节中。我不确定为什么 set xlabel 对您有用,除非您在上一个图中设置它或在尝试 gnuplot 命令行中的命令时设置它。

尝试将 plot 命令移至文件末尾。

关于Gnuplot 4.6.5 ylabel 不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25655990/

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