Re: GNUPLOT in Cygwin: Terminal type set to 'unknown'

2011-02-28 Thread Peter Rosin
Den 2011-02-24 14:00 skrev Keith Christian: > There is lots of additional good gnuplot info on the WWW. > > Fast answer: > > gnuplot> set terminal dumb > Terminal type set to 'dumb' > Options are 'feed size 79, 24' > gnuplot> plot sin(x) > > A (crude) graph of sin(x) should now be on the termin

Re: GNUPLOT in Cygwin: Terminal type set to 'unknown'

2011-02-24 Thread Keith Christian
There is lots of additional good gnuplot info on the WWW. Fast answer: gnuplot> set terminal dumb Terminal type set to 'dumb' Options are 'feed size 79, 24' gnuplot> plot sin(x) A (crude) graph of sin(x) should now be on the terminal screen, or if you're using X, then it will appear in an X win