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: willi k
Subject: Re: Plotting a function of 3 variables ?
Date: Wed, 25 Apr 2012 04:59:59 -0700 (PDT)

hello again,
no what I told you is correct, test following code and you will achieve the
picture attached (with the last input determining the color):

ss=mesh([1,1;2,2],[1,2;1,2],[1,1;1,1],[1,2;3,4]);
set(ss,"marker","s","linestyle","none")
The surface is not transparent, but this is an issue you will be able to
solve

best

w

http://octave.1599824.n4.nabble.com/file/n4586344/test.png 

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Plotting-a-function-of-3-variables-tp4586115p4586344.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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