与Gnuplot的轴和标题

时间:2012-11-10 10:41:54

标签: plot gnuplot

请问我怎么能用1:2用另一个标签修改tamisage.data, enter image description here

我怎么能用échantillon改变echantillon? 谢谢。

1 个答案:

答案 0 :(得分:2)

要更改标签,您需要使用:

plot ... title "New title" ...

要添加重音,您可以使用特殊编码:

set term ... enhanced  #need to use a terminal which supports enhanced text
set encoding iso_8859_1
plot sin(x) w lines title '{\351}foo'  #{\351} is 'e' with an accent.