X-Received: by 10.107.181.20 with SMTP id e20mr17524265iof.43.1522034817848; Sun, 25 Mar 2018 20:26:57 -0700 (PDT) X-Received: by 2002:a9d:2281:: with SMTP id y1-v6mr278798ota.14.1522034817735; Sun, 25 Mar 2018 20:26:57 -0700 (PDT) Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!u184-v6no3377950ita.0!news-out.google.com!j10-v6ni3991ite.0!nntp.google.com!u184-v6no3377945ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 25 Mar 2018 20:26:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.235.237.124; posting-account=fV4VJgoAAACfosJ88rf3KfCaP7URMbpC NNTP-Posting-Host: 68.235.237.124 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: is there a command that will do show term wxt size From: xlrotor@gmail.com Injection-Date: Mon, 26 Mar 2018 03:26:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 18 Xref: csiph.com comp.graphics.apps.gnuplot:3927 Excellent. Is GPVAL_TERM_XSIZE supposed to output the current size of the = plot window, or the size when first created. I'm finding that if the plot = window is resized using the mouse, these output values don't change (Win7, = wxt). Is an additional command needed to update the values reported by the= se globals? On Sunday, March 25, 2018 at 8:43:24 PM UTC-4, Ethan Merritt wrote: > On Sun, 25 Mar 2018 15:36:42 -0700, xlrotor wrote: >=20 > > I would like to "show" the current size of a wxt window. Is there a > > command that will do this? >=20 > With a little bit of extra work. >=20 > print GPVAL_TERM_XSIZE / 20 > print GPVAL_TERM_YSIZE / 20 >=20 > Ethan