X-Recipient: archive-cygwin@delorie.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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=Xe/
	P2/Deqfil7Q6NltHSgo+uB++c/97fUjdPw2Wnz4KUjghbzyqnZ27K4I6UguHVRVj
	XvRRfNx2Yzg3+9UqrvETQJ4PMdZpLzkegP4aIzm4cKkOCh/TAqdRigDBzsHIkTsy
	g7P175qGoMWVtKhxXhBSkgozxM/OZ6SSTkQDPItk=
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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=9VL3iu7jM
	vdMylScQEKhxVJl6zc=; b=TRrikwCDxgyBNNTpoOKVLNiuYoI3he/kkW60FbmK4
	o9BZLAdAoNdUblSTPFJDAhXXf8SjH2cfvUcPz7BpBJgYKsW41whvDEP07SyUfo+i
	RU+ZiAy5piD3o+LkRgKntqZvonekFrBpPw5Cek4MBJL0cRImiwVdwwQ2BEcUCkKh
	jc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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==
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Subject: test request for octave
Message-ID: <e4d802ea-36de-079e-4b79-f8d51b970188@gmail.com>
Date: Thu, 27 Dec 2018 08:32:18 +0100
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
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wBR7WV4d020630

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


