From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37036 invoked by alias); 27 Dec 2018 08:59:44 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 37027 invoked by uid 89); 27 Dec 2018 08:59:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*r:Thu, Hx-languages-length:761, plot, UD:jpg X-HELO: m0.truegem.net Received: from m0.truegem.net (HELO m0.truegem.net) (69.55.228.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Dec 2018 08:59:40 +0000 Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id wBR8xduE074535 for ; Thu, 27 Dec 2018 00:59:39 -0800 (PST) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpd2F03CN; Thu Dec 27 00:59:36 2018 Subject: Re: test request for octave To: cygwin@cygwin.com References: From: Mark Geisert Message-ID: <9682ac18-02aa-d97e-28a3-1f0507e35523@maxrnd.com> Date: Thu, 27 Dec 2018 10:01:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-12/txt/msg00222.txt.bz2 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