Credits Overview Plotting Styles Commands Terminals

長方形スタイル指定 (set style rectangle)

コマンド set object で定義された長方形には別々のスタイルを設定できま す。しかし、個別のスタイル指定をしなければ、そのオブジェクトはコマンド set style rectangle によるデフォルトを受け継ぎます。

書式:

    set style rectangle {front|back} {lw|linewidth <lw>}
                        {fillcolor <colorspec>} {fs <fillstyle>}

以下参照: colorspec, fillstylefillcolorfc と省略できます。

例:

    set style rectangle back fc rgb "white" fs solid 1.0 border lt -1
    set style rectangle fc linsestyle 3 fs pattern 2 noborder

デフォルトの設定は、背景色での単色塗り (solid fill) で、境界は黒になっ ています。