LoginSignup
4
2

More than 5 years have passed since last update.

gnuplotで縦線を書く方法

Posted at

媒介変数表示を利用する

set parametric
set trange [0:10]
plot 1,t

でx=1にy=0からy=10まで直線が引かれる。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2