-2

私はこの図を持ってください:ここに画像の説明を入力

図の下の 1:2 を使用してラベル tamisag.data:using を設定する方法を教えてください。

ありがとうございました。

4

1 に答える 1

1
set key outside
set key bottom right

gnuplot のコマンドのヘルプについては、

help <cmd>

例えば

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

于 2012-11-27T16:08:33.800 に答える