Gnuplot绘制3d点和注释

时间:2013-06-17 20:41:25

标签: 3d gnuplot

我正在尝试使用GnuPlot绘制3D点。

我想要实现的是这样的图片(我使用matplotlib绘制) -

enter image description here

我的代码是 -

set datafile separator "," 
set view 60,80
set autoscale
set parametric
set style data points
splot 'normal.csv' with points
splot 'left_edge.csv' with points
set view 29,53 #Done implicitly by mousing.
set term pngcairo mono enhanced
set xlabel "Latency"
set ylabel "Processors"
set zlabel "Buffer Size"
set out 'bessel.png'
replot

我到目前为止所取得的成就是这样的 -

enter image description here

我是Gnu情节的初学者。 我想知道我能否取得这样的成绩? 用较少的信息开始是很困难的。

0 个答案:

没有答案
相关问题