# bit(k,char) は、アスキー文字の k bit の状態に応じて # 0 か 1 を返す関数 set style fill solid 0.2 border plot for [k=1:8] STR using 1:(bit(k,STR[$1])):(0.5) \ with hsteps fillcolor "black" offset k