This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: GNUPLOT in Cygwin: Terminal type set to 'unknown'
- From: Keith Christian <keith1christian at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Thu, 24 Feb 2011 06:00:36 -0700
- Subject: Re: GNUPLOT in Cygwin: Terminal type set to 'unknown'
- References: <31001313.post@talk.nabble.com>
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