Hi,
I am trying to understand if octave has a problem
with Cygwin X interface or it is a specific
issue on my new Laptop

Can someone make this test from octave
in a Xterm ?

 available_graphics_toolkits()
 graphics_toolkit("fltk")
 x=(0:360)*pi()/180;
 y=sin(x);
 plot(x,y)
 print -djpg figure-fltk.jpg
 clear clg
 graphics_toolkit("qt")
 plot(x,y)
 print -djpg figure-qt.jpg


In my system the plots are incomplete
(missing the upper and right portion)
and the print frezees octave requiring
a "kill -9 PID"

Thanks
Marco


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


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

Reply via email to