octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes.


From: Søren Hauberg
Subject: Re: more graphics changes.
Date: Wed, 14 Mar 2007 23:09:19 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070307)

John W. Eaton skrev:
On 14-Mar-2007, Søren Hauberg wrote:

| John W. Eaton skrev:
| > It would be helpful to me if people who have been using the new
| > graphics features could check that I haven't broken too many things.
| > Please report any problems that you find to this list.
| The following code fails for me:
| | line(1:10, 1:10)
|    clf
|    line(1:10, 1:10)
| | with the following error: | | error: __go_line__: invalid parent
| error: evaluating assignment expression near line 52, column 5
| error: called from `__line__' in file `/home/sh/__line__.m'
| error: evaluating assignment expression near line 35, column 7
| error: called from `line' in file | `/home/sh/Programmer/share/octave/2.9.9+/m/plot/line.m'

I think the following patch should fix this problem.
It sure does -- thanks

Søren


reply via email to

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