Skip to content
Prev 139264 / 398506 Next

persp question

On 11/03/2008 2:40 PM, markleeds at verizon.net wrote:
The values you pass to persp() are expressions to be evaluated in your 
workspace. Since you don't have variables x, y or z defined, you can't 
specify range(x), range(y) or range(z) as arguments.  (Things are 
different for the defaults for the parameters:  those are evaluated in 
the local frame set up for the call.)

Duncan Murdoch