Credits Overview Plotting Styles Commands Terminals

塗り潰しの属性 (fill properties)

with filledcurves での描画は、fillstyle (solid/transparent/pattern) や fillcolor を指定することでさらにカスタマイズできます。plot コマンド で fillstyle (fs) を指定しなければ、現在のデフォルトの fill スタイル を使用します。以下参照: set style fill。plot コマンドで fillcolor (fc) を指定しなければ、現在の線色を使います。

fillstyle の属性の {{no}border} は、filledcurves のモードがデフォルト の closed である場合に受け付けます。 例:

     plot 'data' with filledcurves fc "cyan" fs solid 0.5 border lc "blue"