gnuplot ubuntu

ubuntugnuplotを使うまでの流れ。

apt-get update
apt-cache search gnuplot
apt-get install gnuplot
set terminal x11
gnuplot
plot sin(x)