Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-05 Thread Gary Johnson
On 2019-03-05, Achim Gratz wrote: > Gary Johnson writes: > > Is this a bug in mintty that it doesn't use a white background for > > the plot? > > No. By default the background in gnuplot is transparent in terminals > that support it. You can set a solid fill color like that: > > set term sixelg

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-05 Thread Achim Gratz
Achim Gratz writes: > Gary Johnson writes: >> Is this a bug in mintty that it doesn't use a white background for >> the plot? > > No. By default the background in gnuplot is transparent in terminals > that support it. You can set a solid fill color like that: > > set term sixelgd background #

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-05 Thread Achim Gratz
Gary Johnson writes: > Is this a bug in mintty that it doesn't use a white background for > the plot? No. By default the background in gnuplot is transparent in terminals that support it. You can set a solid fill color like that: set term sixelgd background #ff (that's the white color you

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-05 Thread Gary Johnson
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 w

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-04 Thread Achim Gratz
Thomas Wolff writes: > Sixel graphics are embedded in DSC ... ST controls which are > unfortunately the same that screen/tmux use for their transparent > pass-through function of unknown escape sequences, so they will filter > them out. I think I've seen a tmux script that brackets the escape with

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-04 Thread Thomas Wolff
Am 04.03.2019 um 19:06 schrieb Achim Gratz: Thomas Wolff writes: 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)" I know and that's rad, now if it also worked inside a tm

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-04 Thread Achim Gratz
Thomas Wolff writes: > 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)" I know and that's rad, now if it also worked inside a tmux or screen session… Regards, Achi

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-03 Thread Thomas Wolff
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 mintt

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-03 Thread Tatsuro MATSUOKA
Achim Thanks for the reply. > Again, if you want that to get fixed, you'll either need to get upstream > QT, the Qt maintainer of Cygwin or (if you happen to have a fix for > Cygwin) the Cygwin maintainers. I'll happily build with the Qt terminal > if it actually works. The qt terminal for Cy

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-03 Thread Achim Gratz
[don't quote email addresses, signatures] Tatsuro MATSUOKA writes: > I am glad to hear that gnuplot-5.2.6 for Cygwin is released. As an > interactive terminal, gnuplot for Cygwin only x11 terminal  but it is > old terminal and it was considered to be outdated from gnuplot > developers. I mostly

Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

2019-03-02 Thread Tatsuro MATSUOKA
> From: Achim Gratz > To: cygwin@cygwin.com > Cc: > Date: 2019/3/3, Sun 02:10 > Subject: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1 > > > Gnuplot version 5.2.6 is available as a release version on Cygwin now. > > > Notes: > -- > > The configura

[ANNOUNCEMENT] Updated: gnuplot-5.2.6-1

2019-03-02 Thread Achim Gratz
Gnuplot version 5.2.6 is available as a release version on Cygwin now. Notes: -- The configuration has changed to not include "backwards compatibility) any longer, which removes partial support for deprecated features. This build makes use of the new libcerf library package, so gnuplot sh