all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Weber <thomas.weber.mail@gmail.com>
To: submit@emacsbugs.donarmstrong.com, Octave Bugs <bug-octave@octave.org>
Subject: bug#344: plot not cleared after plot() commands following a plotyy()
Date: Sun, 1 Jun 2008 14:24:24 +0200	[thread overview]
Message-ID: <20080601122424.GA31422__3563.56897759742$1212336559$gmane$org@bully.num.umi-sb.de> (raw)

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	other threads:[~2008-06-01 12:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='20080601122424.GA31422__3563.56897759742$1212336559$gmane$org@bully.num.umi-sb.de' \
    --to=thomas.weber.mail@gmail.com \
    --cc=344@emacsbugs.donarmstrong.com \
    --cc=bug-octave@octave.org \
    --cc=submit@emacsbugs.donarmstrong.com \
    /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.
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.