From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63887 invoked by alias); 5 Mar 2019 19:36:06 -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 63878 invoked by uid 89); 5 Mar 2019 19:36:06 -0000 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 Received: from mail.spocom.com (HELO mail.spocom.com) (206.63.224.240) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Mar 2019 19:36:04 +0000 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== Received: from localhost (174-31-46-1.spkn.qwest.net [174.31.46.1]) by mail.spocom.com with SMTP; Tue, 5 Mar 2019 11:35:45 -0800 Date: Tue, 05 Mar 2019 19:36:00 -0000 From: Gary Johnson 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: <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 X-SW-Source: 2019-03/txt/msg00077.txt.bz2 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