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

GNUPLOT in Cygwin: Terminal type set to 'unknown'

2011-02-24 Thread Dilan Shah
I am trying to use GNUPLOT in Cygwin, however whenever I start it up it just says the terminal type is unknown and then when I try to plot something simple like sin(x), nothing happens. $ gnuplot G N U P L O T Version 4.4 patchlevel 0 last modified March 2010 Syst

Re: Cygwin Terminal Type

2010-03-17 Thread Gary Johnson
On 2010-03-17, Nick Calvert wrote: > Hi all, > > This is a border line flame worthy question as I´m acting as a proxy > for a developer. Please go easy... > > I have an elaborate, slightly dirty but fully functional system in > place whereby Windows machines are automated via a Linux Ruby > appli

Cygwin Terminal Type

2010-03-17 Thread Nick Calvert
Hi all, This is a border line flame worthy question as I’m acting as a proxy for a developer. Please go easy... I have an elaborate, slightly dirty but fully functional system in place whereby Windows machines are automated via a Linux Ruby application over SSH. Historically we haven’t used the c