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=qQ+CTMHWLQ8Go+Qc gJvy4WCqraeildQXLugKHo4R69wqnpjLtfDkfbglONsLJuA3mLDHZVZ1EiDVwvT6 ERkVLEFWZBchx8VOLvNdZZIP9yaJH+c5wkvZoQ1aY/q5TRPkRMlBwFlkfmLk2Z1H lSFLFt9tSGscanIwQd1Z0gu/vSY= 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=PP9s2oTXC8p0u8exAGCEBW FQU5E=; b=a0qh5ewR++6uTpQ2OFLjnz6OSKaXmwcfFx5hI+VZSqJL1b2haw2/ah WdppF722aHlymoYxygphP2YdIcV2dQeltD4OWpaCOXAJ1fLM3Pz52ojdwtJfnXGp S/1jEA7uug6mXgs/9ceWSc5oDe7PKtR0sDzdojTZLt0eph3tp5sMU= 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=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:513 X-HELO: mout.kundenserver.de Subject: Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1) To: cygwin AT cygwin DOT com References: <2034053033 DOT 1762240 DOT 1551592875622 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <87o96rrfhs DOT fsf AT Rainer DOT invalid> From: Thomas Wolff Message-ID: <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net> Date: Mon, 4 Mar 2019 08:53:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <87o96rrfhs.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 03.03.2019 um 19:15 schrieb Achim Gratz: > ... > > Tatsuro MATSUOKA writes: >> ... >> > ... > > Now, I'd be much more excited about that wxWidgets terminal if it > allowed gnuplot to optionally run without X11, do you know if that's possible? 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)" Thomas -- 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