请问,如下格式的文件,怎么在gnuplot里面成图呢?
gnuplot吧
全部回复
仅看楼主
level 8
flamingwolf 楼主
# This file was generated by xxxx software.
# Date = 2015/8/31
# Time = 23:03:40
#
# For a description of the GNUPLOT format see the GNUPLOT manual.
#
# <x> <y> <P> <V>
-0.707107 -0.707107 -1.11611e-10 9.57292e-09
-0.698376 -0.715731 -6.99812e-11 -2.29367e-09
.......
2015年08月31日 08点08分 1
level 8
flamingwolf 楼主
set view map
splot 'xxxxx' using 1:2:3 with pm3d
2015年08月31日 09点08分 2
1