bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#344: plot not cleared after plot() commands following a plotyy()


From: Thomas Weber
Subject: bug#344: plot not cleared after plot() commands following a plotyy()
Date: Sun, 1 Jun 2008 14:24:24 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]