MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ParametricPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3097] Re: [mg3073] ParametricPlot3D
  • From: Elias Saab <mathes at esaab.math.missouri.edu>
  • Date: Wed, 31 Jan 1996 03:04:57 -0500
  • Sender: owner-wri-mathgroup at wri.com

Try
ParametricPlot3D[{t,t^2,t^3, {RGBColor[1,0,0],Thickness[.02]} },
{t,0,2}]
Elias Saab

On Tue, 30 Jan 1996, R.Hirsch wrote:

> Hello,
> 
> I would like to highlight certain curves on a surface plot. 
> Parametric3D does this job well, but with black lines. How
> can I get red=RGBColor[1,0,0] plots? (Setting the option
> Prolog->RGBColor[1,0,0] failed.)
> 
> Thank you,
> 
>   Richard
> -- 
> -------------------------------------------------------------------------
> Richard Hirsch      |             Institut f. Pharmazeutische Technologie
> r.hirsch at tu-bs.de   |                            TU Braunschweig, Germany
> 

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re; Goto Limits
  • Next by Date: Re: ParametricPlot3D
  • Previous by thread: ParametricPlot3D
  • Next by thread: Re: ParametricPlot3D