public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* GNUPLOT in Cygwin: Terminal type set to 'unknown'
@ 2011-02-24  8:10 Dilan Shah
  2011-02-24 13:00 ` Keith Christian
  0 siblings, 1 reply; 2+ messages in thread
From: Dilan Shah @ 2011-02-24  8:10 UTC (permalink / raw)
  To: cygwin


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
        System: CYGWIN_NT-6.1-WOW64 1.7.7(0.230/5/3)

        Copyright (C) 1986-1993, 1998, 2004, 2007-2010
        Thomas Williams, Colin Kelley and many others

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help seeking-assistance"
        immediate help:   type "help"
        plot window:      hit 'h'

Terminal type set to 'unknown'
gnuplot> plot sin(x)
gnuplot>

Can anyone help me?  Thanks.
-- 
View this message in context: http://old.nabble.com/GNUPLOT-in-Cygwin%3A-Terminal-type-set-to-%27unknown%27-tp31001313p31001313.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GNUPLOT in Cygwin: Terminal type set to 'unknown'
  2011-02-24  8:10 GNUPLOT in Cygwin: Terminal type set to 'unknown' Dilan Shah
@ 2011-02-24 13:00 ` Keith Christian
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Christian @ 2011-02-24 13:00 UTC (permalink / raw)
  To: cygwin

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 window.


========Keith

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-24 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-24  8:10 GNUPLOT in Cygwin: Terminal type set to 'unknown' Dilan Shah
2011-02-24 13:00 ` Keith Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).