GNUPLOTの第一歩

グラフの形態

      gnuplot> plot sin(x) with dot
とすると、グラフが小さな点で描かれます。
      gnuplot> plot sin(x) w d
と省略できます。
      gnuplot> plot sin(x) with line
      gnuplot> plot sin(x) w l
では、点を線で結んだグラフになります。
      gnuplot> plot sin(x) with impulse
      gnuplot> plot sin(x) w i
はインパルス表示です。
GNUPLOTの第一歩
小栗栖 修
メールアドレス: ogurisu[AT]kanazawa-u.ac.jp ([AT]を@におきかえてください)