all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#344: plot not cleared after plot() commands following a plotyy()
@ 2008-06-01 12:24 Thomas Weber
  0 siblings, 0 replies; only message in thread
From: Thomas Weber @ 2008-06-01 12:24 UTC (permalink / raw)
  To: submit, Octave Bugs

thanks
[let's give the tracker a try]

[ Octave 3.0.1, gnuplot 4.2 patchlevel 2 ]

The following code leaves fragments of the plotyy() commands in the
final plot after the plot() command:

===================================================================
x= 1:10;
y = 1./x;
z = 10 *x;
q = 100*x;

plotyy(x,y,x,z)
pause
plotyy(x,y,x,q)
pause
plot(x,y)
===================================================================

	Thomas






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-01 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 12:24 bug#344: plot not cleared after plot() commands following a plotyy() Thomas Weber

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.