95.81.4.1 Set style fill border

キーワード border は、塗り潰しオブジェクトを現在の線種と色の実線で囲 むようにします。その線の色は、linetype や linecolor を追加指定すれば変 更できます。noborder は、境界の線を描かないようにします。 例:
    # 塗り潰しは強度半分、境界は同じ色で全強度
    set style fill solid 0.5 border
    # 塗り潰しは半分透過、境界は実線の黒 (線種 -1)
    set style fill transparent solid 0.5 border -1
    # 現在の色でのパターン塗り潰し、境界は線種 5 の色で
    plot ... with boxes fillstyle pattern 2 border lt 5
    # 水色 (cyan) での領域の塗り潰し、境界は青
    plot ... with boxes fillcolor "cyan" fs solid border linecolor "blue"

注意: fill スタイルの border (境界) 属性は、デフォルトモードの closed (閉曲線) の with filledcurves のグラフにしか影響を与えません。

竹野茂治@新潟工科大学
2019-12-04