print Sprintf error while the input is a string which consist of symbol in heatmap gnuplot

泪湿孤枕 提交于 2019-12-04 19:44:12

There is no need to usesprintf at all. Simply use stringcolumn to get the raw content of a column as saved in the data file:

plot "<awk '{$1=\"\"}1' '1q.dat' | sed '1 d'" matrix every 2::1 w image, \
 '' matrix using ($1+1):2:(stringcolumn(3)) every 2 with labels
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!