グラフの表示: ちょっとした計算をしてプロット gnuplot> a = 1 ← a に 1 を代入 gnuplot> b = 2 ← b に 2 を代入 gnuplot> plot sin (a * x) + cos (b * x) ← 計算してプロット