112.86.13 クモの巣グラフスタイル指定 (set style spiderplot)

書式:


       set style spiderplot
                 {fillstyle <fillstyle-properties>}
                 {<line-properties> | <point-properties>}

このコマンドは、クモの巣グラフ (spider plot) のデフォルトの見た目を制 御します。塗り潰し、線分、点の属性は、plot コマンドの最初の要素で変更 できます。全体的なグラフの見た目は、set grid spiderplot などの他の設 定の影響も受けます。以下も参照: set paxis (112.69)spiderplot (65)。 例:


    # デフォルトのクモの巣グラフを太い境界で塗り潰しなしの多角形に
    set style spiderplot fillstyle empty border lw 3
    # 以下は各軸に円 (pt 6) を追加する
    plot for [i=1:6] DATA pointtype 6 pointsize 3

竹野茂治@新潟工科大学
2024-02-16