octave-maintainers
[Top][All Lists]
Advanced

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

Re: graphics-branch in CVS


From: Søren Hauberg
Subject: Re: graphics-branch in CVS
Date: Wed, 31 Jan 2007 09:56:12 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

John W. Eaton skrev:
I've merged the changes from the branch.  After updating, you will
need to at least run config.status in the top-level and scripts
directories.
I can't run mesh either:

octave:3> [X, Y] = meshgrid(-pi:0.1:pi);
octave:4> Z = sin(X).*cos(X);
octave:5> mesh(X, Y, Z)
         line 0: undefined variable: set

error: octave_base_value::array_value(): wrong type argument `complex matrix'
error: evaluating if command near line 29, column 3
error: called from `__uiobject_draw_axes__' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/__uiobject_draw_axes__.m'
error: evaluating switch command near line 55, column 4
error: evaluating for command near line 53, column 2
error: evaluating if command near line 37, column 7
error: evaluating if command near line 30, column 5
error: evaluating if command near line 29, column 3
error: called from `__uiobject_draw_figure__' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/__uiobject_draw_figure__.m'
error: evaluating if command near line 57, column 5
error: evaluating if command near line 33, column 3
error: called from `drawnow' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/drawnow.m'

Søren


reply via email to

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