X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=mWNDE25FT3TJEqQc z3rolQli0ii2QGG3SUxN313PRcMq0R6sTpHlpLiXkEbqsVBKUDwMW4AWl4d+80VZ ZetlDcb1AhYXWNUhH1rdXl3o00Pk1lxM329cWugxv5pHxWfEQtYFp7EJqpLOgMat 2FGNnRsCSG6vY49W43J2+dERJWQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=H8MA/YrVDfH6mhUenldzMr CbRoQ=; b=rtpI3vhRlAm6WF3XpQx6Dg6naya/f4zsssToAvWDmt3TkLyQRQkRGb /1pc4mtev4Aq9TegncAD1gvIt2CuiN+WKCrOj09yCKuhI8EtqwizcHQPn86y4P95 imhlgPuK3ARKaXJlamKoH64Bh91dDqNmo69AdSVl1wXaJb4tmCP40= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Subject: Re: test request for octave To: cygwin AT cygwin DOT com References: From: Mark Geisert Message-ID: <9682ac18-02aa-d97e-28a3-1f0507e35523@maxrnd.com> Date: Thu, 27 Dec 2018 00:59:35 -0800 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 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