|||
与统计直方图(for example bond.plt)还不同,直方图更简单,不用做统计。
#life.plt set term png size 640,480 set output "lifetime.png" set style data histogram set style histogram clustered gap 2.5 set style fill solid 0.4 border set xlabel "shift polar (e)" set ylabel "lifetime (ns)" unset key plot 'stable.dat' u 2:xticlabels(1),'stable.dat' u 3:xticlabels(1),... 'stable.dat' u 4:xticlabels(1)
怎么设置gnuplot 某坐标轴数值的精度?
https://blog.csdn.net/liyuanbhu/article/details/8502461
set format x "%7.3f"
很有用。
直方图常常会label不够地方,采用倾斜的办法:
set xtics rotate by -45
如果想取出这些数据,则set table.
特殊字符的输入:
直接从word中copy即可。
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2025-1-10 12:53
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社