You can call xtic()
and ytic()
from the plot command. Eg:
set datafile separator comma
set offsets graph 0.1, graph 0.1, graph 0.1, graph 0.1
plot '-' using 1:2:xtic(1):ytic(2) pt 7 lc black title ""
1,10
2,15
4,20
8,5
end
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…