标签: gnuplot heatmap ternary-representation
我有4列数据:a:b:c:t 我希望b c是我的三元图上的坐标,然后相应的t列将提供每个点的“热量水平”。到目前为止,我有代码生成常规三元图,我的数据在.txt文件中,格式如下:
a1 b1 c1 t1 a2 b2 c2 t2 a3 b3 c3 t2 etc
提前感谢您的帮助。
答案 0 :(得分:0)
基本语法是
splot 'datafile' using 1:2:3:4 with points lc palette