MathGroup Archive 2001

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

Search the Archive

Re:convert graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30699] Re:convert graphics
  • From: raffaelealbanese at libero.it (raffaele albanese)
  • Date: Sat, 8 Sep 2001 02:23:03 -0400 (EDT)
  • References: <9mngnq$58e$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

The more elegant way is to use the option 'DisplayFunction' directly
 from ParametricPlot3D:
ParametricPlot3D[{r*Cos[t], r*Sin[t], Sin[t]*Sin[r]}, {r, 0, 2*Pi},
{t, 0, 2*Pi}, 
  DisplayFunction -> ($DisplayFunction[Insert[#1, EdgeForm[], {1, 1}]]
& )]


  • Prev by Date: Fitting to complex values
  • Next by Date: Re: newbie: all possible sums of two lists
  • Previous by thread: Re: convert graphics
  • Next by thread: Diophantine equation y^2=x^3-2*x+1