ParametricPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg17658] ParametricPlot3D
- From: "E. Goris" <egoris at wins.uva.nl>
- Date: Fri, 21 May 1999 03:37:42 -0400
- Organization: Dept. of Math., Comp. Sc., Phys., Astro., University of Amsterdam
- Sender: owner-wri-mathgroup at wolfram.com
I have a Problem using ParametricPlot3D
Suppose the following command:
ParametricPlot3D[{f1(x,y),f2(x,y),f3(x,y),{x,-100,100},{y,-100,100}]
Now I wondered wheter it is possible to tell mathematica to take 'more
space between' the sample points as (x,y) gets further away from the
origin (and less if (x,y) gets closer to the origin).
Evan