help-octave
[Top][All Lists]
Advanced

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

Re: Plotting a function of 3 variables ?


From: Martin Helm
Subject: Re: Plotting a function of 3 variables ?
Date: Wed, 25 Apr 2012 21:13:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0

Am 25.04.2012 21:09, schrieb Martin Helm:
> I commented on it, the fix mentioned there to replace
>
> line 271 of /_scatter_/.m to
>
> solves the problem for me.
>
That should have been

the fix mentioned there to replace line 271 of /_scatter_/.m to

gnuplot_hack = numel (x) > 1 && size(c, 2) == 3 && strcmp (toolkit, "gnuplot");

solves the problem for me.




reply via email to

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