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:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=nw1f
	n+m7agAco85LbqpeO+r91DEYak5+9I+FTVCwWagrXwj4xuM+qzUn2nbvZgYSRzSO
	vcUDXlwykS04TYDePapLz5u7aUuN4GbIdGf+Rij7gZJE0dQZpYmObY+pto0bS+0h
	8G1wNiw3XUUiA9IyoIG2pQHh3ywRinX6YKNPIJs=
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:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; s=default; bh=GRXRyXifAh
	ROGpXZpiUrlRW/VDg=; b=sRgu47KLQBBYG+ZrfZvetM8Mp3v+yDaUrhCkmnKy4Q
	L9Gzf/JVA3jzdmaJfatqPvHBObz/NNUGR/Ho7Qy/8yo2hkxQkSuwpQqvv1xqqV60
	jlaC2n9Va6PUkJLPfl/iQ8DhEEPof2J7nL5odPbEoOTbaVySsMAP70G53G5YC4va
	Y=
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.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=purple, plot, displayed
X-HELO: mail.spocom.com
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns;        d=spocom.com; s=mail;        h=received:date:from:to:subject:message-id:mail-followup-to          :references:mime-version:content-type:content-disposition          :in-reply-to:x-operating-system:user-agent;        b=RpYuYOAyhZMcVT9ZKQMA8Tjo4puojuAtubwpG8fSKgTpe9w4nVE7eM6gLuQiGI8Ol          MdV66W0bKyHRfeoJ9bdTg==
Date: Tue, 5 Mar 2019 11:36:03 -0800
From: Gary Johnson <garyjohn@spocom.com>
To: cygwin@cygwin.com
Subject: Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)
Message-ID: <20190305193603.GA14620@phoenix>
Mail-Followup-To: cygwin@cygwin.com
References: <announce.87a7idqk28.fsf@Rainer.invalid> <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> <87o96rrfhs.fsf@Rainer.invalid> <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net>
User-Agent: Mutt/1.5.20 (2009-06-14)
X-IsSubscribed: yes

On 2019-03-04, Thomas Wolff wrote:

> It is quite straight-forward to run gnuplot without X11 as mintty
> will display its output inline:
> 
> export GNUTERM=sixel
> 
> gnuplot -e "splot [x=-3:3] [y=-3:3] sin(x) * cos(y)"

That's really nice!  I didn't know terminals could do that.

I notice that when I execute those commands on Linux in an xterm
(version 344) built with support for sixel graphics, the plot is
displayed in color on a white background.  When I execute those same
commands in mintty 2.9.6, however, the plot is displayed on the
default black background and only the surface (in purple) is
visible.  To see the rest of the plot, still on a black background,
I executed

    gnuplot -e "set term sixel monochrome" -e "splot [x=-3:3] [y=-3:3] sin(x) * cos(y)"

Is this a bug in mintty that it doesn't use a white background for
the plot?

Regards,
Gary


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

