test request for octave
Mark Geisert
mark@maxrnd.com
Thu Dec 27 10:01:00 GMT 2018
Marco Atzeri wrote:
> 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"
On my test system all seems to work as desired. Full plots and no freezing of
octave. Windows 7 x64. Newly downloaded and installed latest: octave, dbus.
HTH,
..mark
--
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
More information about the Cygwin
mailing list