Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3111

Re: How to clear a plot window?

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How to clear a plot window?
Date 2015-10-23 16:44 +0200
Organization solani.org
Message-ID <n0dh41$6rh$1@solani.org> (permalink)
References <alpine.WNT.2.20.1510231437390.3840@dhcp3-6>

Show all headers | View raw


Am 23.10.2015 um 14:45 schrieb Jean-Pierre Coulon:
> I have a first page with 2 plots using muliplot, pause -1 and a second page 
> also with 2 plots using multiplot.
> 
> A present the plots of page 2 overlap the plots of page 1. Is there a command 
> to clear the first 2 plots after I reply OK to the Pause window?

The command "clear", nomen est omen, clears the terminal window.

But you should generally enclose both pages between a pair of "set
multi", "unset multi" commands each.

	set multi
	  plot x
	  plot y
	unset multi
	pause-1
	set multi
	  plot x2
	  plot y2
	unset multi

  KArl

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to clear a plot window? Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2015-10-23 14:45 +0200
  Re: How to clear a plot window? Karl Ratzsch <mail.kfr@gmx.net> - 2015-10-23 16:44 +0200
    Re: How to clear a plot window? Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2015-10-26 14:38 +0100

csiph-web