如何设置下面的标签图

时间:2012-11-27 16:06:25

标签: gnuplot

请我有这个数字:enter image description here

我问如何设置标签tamisag.data:使用下图1:2?

谢谢。

1 个答案:

答案 0 :(得分:1)

set key outside
set key bottom right

有关gnuplot中命令的帮助,请使用

help <cmd>

e.g。

help set key

完整信息:

set key {on|off} {default}
                {left | right | top | bottom | outside | below | <position>}
                {Left | Right} {{no}reverse}
                {samplen <sample_length>} {spacing <vertical_spacing>}
                {width <width_increment>}
                {height <height_increment>}
                {{no}autotitles}
                {title "<text>"} {{no}enhanced}
                {{no}box { {linestyle | ls <line_style>}
                           | {linetype | lt <line_type>}
                             {linewidth | lw <line_width>}}}
        unset key
        show key

文档: http://lavica.fesb.hr/cgi-bin/info2html?%28gnuplot%29key

演示: http://gnuplot.sourceforge.net/demo/key.html