public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* test request for octave
@ 2018-12-27  8:59 Marco Atzeri
  2018-12-27 10:01 ` Mark Geisert
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2018-12-27  8:59 UTC (permalink / raw)
  To: cygwin

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

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

end of thread, other threads:[~2018-12-27 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  8:59 test request for octave Marco Atzeri
2018-12-27 10:01 ` Mark Geisert
2018-12-27 14:39   ` Marco Atzeri

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