Problem with meshc, axis, and view

Hermann Schwarting lists at knackich.de
Wed Jan 9 03:49:19 CST 2008


Am Samstag, 29. Dezember 2007 schrieb Matthias Brennwald:

> The error goes away in either of the following cases:
>
> - mesh is used instead of meshc
> - the command "axis (r)" is omitted
> - the command "view(20,25)" is omitted

I get the error message, too. The error also disappears for

r = axis;
r(1) = min(min(X)) - 0.1;
r(2) = max(max(X)) + 0.1;
axis(r);

Maybe that can serve as a workaround?

Kind regards,
Hermann
-- 
Octave 3.0.0 on i486-pc-linux-gnu (Debian)


More information about the Bug-octave mailing list