小编use*_*453的帖子

如何摆脱 gnuplot 中不必要的行

所以使用 gnuplot,我的代码如下所示:

set isosamples 40
unset key
set title "Radial Matrix Elements"
set xrange [1:15]
set yrange [1:15]
set xlabel "n1*"
set ylabel "n2*"
set zlabel 'R'
splot 's1p.pun' u 1:2:4 with lines
set view 135,135 
replot
Run Code Online (Sandbox Code Playgroud)

输出如下图所示。我如何摆脱连接线并获得与它们不存在相同的外观?

在此处输入图片说明

linux command-line plotting gnuplot

5
推荐指数
0
解决办法
1048
查看次数

标签 统计

command-line ×1

gnuplot ×1

linux ×1

plotting ×1