删除gnuplot图中的冗余文件名

删除gnuplot图中的冗余文件名,gnuplot,Gnuplot,我编写了一个简单的gnuplotshell脚本 #!/usr/bin/gnuplot reset set terminal png set xlabel "Time" set ylabel "Prime and Probe #" plot "file.dat" with points 请注意,右上角有一个恼人的“file.dat”。我怎样才能去掉它 gnuplot版本4.6 patchlevel 4使用title参数更改键 plot "file.dat" title "my title

我编写了一个简单的gnuplotshell脚本

#!/usr/bin/gnuplot
reset

set terminal png

set xlabel "Time"
set ylabel "Prime and Probe #"

plot "file.dat" with points

请注意,右上角有一个恼人的“file.dat”。我怎样才能去掉它


gnuplot版本4.6 patchlevel 4

使用
title
参数更改键

plot "file.dat" title "my title"
或者将其删除为单个绘图

plot "file.dat" notitle
或删除所有具有

unset key

使用
title
参数更改键

plot "file.dat" title "my title"
或者将其删除为单个绘图

plot "file.dat" notitle
或删除所有具有

unset key

使用
title
参数更改键

plot "file.dat" title "my title"
或者将其删除为单个绘图

plot "file.dat" notitle
或删除所有具有

unset key

使用
title
参数更改键

plot "file.dat" title "my title"
或者将其删除为单个绘图

plot "file.dat" notitle
或删除所有具有

unset key

... 查看
gnuplot甚至
plot”file.dat“title”“
删除密钥(我不知道
notitle
,使用
gnuplot
已经有20年了……@gboffi)。我认为两个变体就足够了,但是当您需要一个条件来打开或关闭按键时,使用空字符串可能非常有用。。。。查看
gnuplot甚至
plot”file.dat“title”“
删除密钥(我不知道
notitle
,使用
gnuplot
已经有20年了……@gboffi)。我认为两个变体就足够了,但是当您需要一个条件来打开或关闭按键时,使用空字符串可能非常有用。。。。查看
gnuplot甚至
plot”file.dat“title”“
删除密钥(我不知道
notitle
,使用
gnuplot
已经有20年了……@gboffi)。我认为两个变体就足够了,但是当您需要一个条件来打开或关闭按键时,使用空字符串可能非常有用。。。。查看
gnuplot甚至
plot”file.dat“title”“
删除密钥(我不知道
notitle
,使用
gnuplot
已经有20年了……@gboffi)。我认为两个变体就足够了,但是当您需要打开或关闭键的条件时,使用空字符串可能非常有用。