This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 terminal screen, or if
> you're using X, then it will appear in an X window.

You could also use "set terminal ggi" to get a prettier graph without
using X.

Close the window by pressing 'q'.

If you want a different size window, you can use the environment
variable GGI_DEFMODE when starting gnuplot. See "man libggi" for
more details.

E.g.

$ GGI_DEFMODE=600x300 gnuplot

Cheers,
Peter

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]