Re: Colors for 3D Curves
- To: mathgroup at smc.vnet.net
- Subject: [mg12868] Re: Colors for 3D Curves
- From: Dustin <dsoodak at virtu.sar.usf.edu>
- Date: Wed, 17 Jun 1998 00:28:11 -0400
- Organization: University of South Florida
- References: <6lqqp0$o9k@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Sofiane Ramdani wrote: > Hi everybody, > > I'm actually using "ParmetricPlot3D" to plot 3D curves. My problem is > that I want to be able to choose the color of the curve plot. The > "PlotStyle" option don't seem to work in "ParmetricPlot3D". Is there > another way to define the plot color with "ParmetricPlot3D" ? Thanks > for any help. > (Hope you understand my english). > > Sofiane Ramdani (ramdani at univ-tln.fr). InputForm[ParametricPlot3D[the plot]] will print out the Graphics3D[] object that is generated by the ParametricPlot3D[] function. If you try this, experiment with simple graphs first because Graphics3D objects are generally very big. Dustin dsoodak at virtu.sar.usf.edu