public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Tatsuro MATSUOKA <tmacchant2@yahoo.co.jp>
To: Fergus Daly <fergusd84@outlook.com>,
	 "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: Re: Problem with gnuplot output
Date: Sat, 15 Jan 2022 14:00:18 +0900 (JST)	[thread overview]
Message-ID: <1544143463.1510923.1642222818736.JavaMail.yahoo@mail.yahoo.co.jp> (raw)
In-Reply-To: <596019.1529892.1642221169552.JavaMail.yahoo@mail.yahoo.co.jp>

> ----- Original Message -----
> From: "Tatsuro MATSUOKA"
> To: "Fergus Daly" "'cygwin
> Date: 2022/01/15 土 13:32
> Subject: Re: Problem with gnuplot output
> > ----- Original Message -----
> > From: "Fergus Daly" 
> > To: "'cygwin
> > Cc: "Fergus Daly" 
> > Date: 2022/01/14 金 18:43
> > Subject: Problem with gnuplot output
> > 
> > 
> > In an xterm console:
> > The file gn0 contains all necessary instructions for displaying a gnuplot plot:
> > 1 As expected (or as in the past, anyway) the command "gnuplot gn0" causes the gnuplot display to flash on screen
> > for an instant and then disappear. The user remains at the xterm prompt.
> > 2 As ditto, the command "gnuplot gn0 -" presents the gnuplot display which persists, but the user is left in a gnuplot process
> > (i.e. showing the prompt gnuplot>) needing to press crtl-D to return to the xterm prompt.
> > So no problem and nothing new up to now.
> > 3 What is desired should result from "gnuplot gn0 - &": the gnuplot display is shown on screen and will persist as long as required,
> > and the user returned to the xterm prompt to carry on with whatever other stuff; but what actually happens is an empty gnuplot display
> > with a clockface. Has the required command syntax "gnuplot gn0 - &" altered?
> > Thank you! 
> > 
> 
> For gnuplot on Cygwin, working interactive terminals are x11 and wxt.
> (qt terminal does not work)
> 
> Which terminal do you use?
> The persist behaviors are different for between wxt and x11 terminal.
> 
> You should specify which terminal you use.
> 
> PS.
> I think that this topic is better not to disscuss here (cygwin ML) but to discuss in gnuplot ML.
> 
> Tatsuro
>
What you want is the below ?

$ gnuplot -persist  -e 'plot sin(x)' 

See help persist

Tatsuro


      reply	other threads:[~2022-01-15  5:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  9:42 Fergus Daly
2022-01-15  4:32 ` Tatsuro MATSUOKA
2022-01-15  5:00   ` Tatsuro MATSUOKA [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544143463.1510923.1642222818736.JavaMail.yahoo@mail.yahoo.co.jp \
    --to=tmacchant2@yahoo.co.jp \
    --cc=cygwin@cygwin.com \
    --cc=fergusd84@outlook.com \
    --cc=matsuoka@nuce.nagoya-u.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).