octave-maintainers
[Top][All Lists]
Advanced

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

Re: [Changeset]: Add area, bar, quiver and stair series objects


From: David Bateman
Subject: Re: [Changeset]: Add area, bar, quiver and stair series objects
Date: Tue, 26 Aug 2008 18:06:45 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

John W. Eaton wrote:
On 26-Aug-2008, David Bateman wrote:

| Subject says it all

I applied this changeset.

Thanks,

jwe

Minor opps attached

D.


--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary

# HG changeset patch
# User David Bateman <address@hidden>
# Date 1219766735 -7200
# Node ID d86f8ea6d8d7f8564a68581bbbee8b97ea79a2da
# Parent  3689ab454070bd4de07c9284754570a26152d7fe
Opps

diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -1374,9 +1374,9 @@ be passed after the 2 default arguments.
 be passed after the 2 default arguments. For example
 
 @example
-plot (x, "DeleteFcn", {@@mycallback, "1"})
+plot (x, "DeleteFcn", @{@@mycallback, "1"@})
 @dots{}
-function mycall (src, data, a1)
+function mycallback (src, data, a1)
   fprintf ("Closing plot %d\n", a1);
 endfunction
 @end example

reply via email to

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