- not so Frequently Asked Questions - update 2004/9/16
|
|
|
not so FAQ |
Miscellaneous Stuff (No.3)What is the dumb terminal ?gnuplot has a dumb terminal. It is seldom used, but I think it is funny.
gnuplot> set term dumb
Terminal type set to 'dumb'
Options are 'feed 79 24'
gnuplot> set yrange [0:1.5]
gnuplot> plot [-2:2] exp(-x*x)
+--------+--------+--------+--------+-------+--------+--------+--------+
1.4 ++ + + + + + +exp(-x*x) ******++
| |
| |
1.2 ++ ++
| |
| |
1 ++ ******** ++
| *** *** |
0.8 ++ ** ** ++
| ** ** |
| ** ** |
0.6 ++ ** ** ++
| ** ** |
| ** ** |
0.4 ++ *** *** ++
| ** ** |
0.2 ++ ** ** ++
| **** **** |
+ ****** + + + + + ****** +
0 ****-----+--------+--------+--------+-------+--------+--------+-----****
-2 -1.5 -1 -0.5 0 0.5 1 1.5 2
In short, plot a graph with letters. When you are working on a TTY terminal, and you want to see the data trend briefly, this terminal is helpful, sometimes. Or you can email this graph to your friend. |