From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41209 invoked by alias); 27 Dec 2018 07:32:22 -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 41195 invoked by uid 89); 27 Dec 2018 07:32:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, auf, von, UD:avast.com X-HELO: mail-wr1-f45.google.com Received: from mail-wr1-f45.google.com (HELO mail-wr1-f45.google.com) (209.85.221.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Dec 2018 07:32:20 +0000 Received: by mail-wr1-f45.google.com with SMTP id v13so17430064wrw.5 for ; Wed, 26 Dec 2018 23:32:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=tLVwC7NjrzAy7scSuVWbjpyhBRD8deWHrUSWVxWs2ag=; b=qa457cPoqNrTStIA5yNjpS6rSIbRlQ5BcWc37N6hHZsn420poGbe6WxrT9FmwrZoYI 48++RtlcFACoA/3leRR7ZsbKami4TrrHzVNtv289ISTe21b17364Z/FZ5R6G8fK3/k+N eqmNdDykxkBHzX8PGp35mEmwvXOFIpv3ESWG63eUHX6gK8wS9ja5euJ8fQhPFz+Eq1QP sNZoGQidTfy4Sed4Yyh2rz1VlgYFUwiPBI3zz4CzAvrrIrzKQAcsO2H0nHjAfrEfHHUp QOMedI/bO9ySvO8MmsLMAW2+DeNA1+PFvfU5HQUX7+SNsnfL+TbOxqubJkr0jjrsuSNW gNjA== Return-Path: Received: from [192.168.2.111] (p2E57D446.dip0.t-ipconnect.de. [46.87.212.70]) by smtp.gmail.com with ESMTPSA id k19sm29581407wre.5.2018.12.26.23.32.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Dec 2018 23:32:17 -0800 (PST) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: test request for octave Message-ID: Date: Thu, 27 Dec 2018 08:59:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00221.txt.bz2 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=3D(0:360)*pi()/180; y=3Dsin(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=C3=BCft. 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