Gnuplot 第二个y轴上缺少值

Gnuplot 第二个y轴上缺少值,gnuplot,multiple-axes,Gnuplot,Multiple Axes,我想绘制3组y值,其中一个y轴上显示“温度”值,另一个y轴上显示“总能量”和“势能”值。 我的绘图命令是: plot "traj_read.out" using 3:7 title 'Temperature' w lines, \ "traj_read.out" using 3:4 axes x1y2 title 'Total Energy' w lines, \ "traj_read.out" using 3:6 axes x1y2 title 'Potential Energy' w lin

我想绘制3组y值,其中一个y轴上显示“温度”值,另一个y轴上显示“总能量”和“势能”值。 我的绘图命令是:

plot "traj_read.out" using 3:7 title 'Temperature' w lines, \
"traj_read.out" using 3:4 axes x1y2 title 'Total Energy' w lines, \
"traj_read.out" using 3:6 axes x1y2 title 'Potential Energy' w lines
这些线显示良好,但只有“温度”的值显示在Y轴的左侧,而右侧Y轴上的值缺失

希望有人有一个提示如何缩放这些轴

试试看:

set ytics nomirror
set y2tics
默认情况下,y2轴TIC未启用