MathGroup Archive 2007

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

Search the Archive

Re: StackGraphics missing in Mathematica 6?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76588] Re: StackGraphics missing in Mathematica 6?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 24 May 2007 06:10:29 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <f3113t$n72$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

something like

Graphics3D[
  Line /@ Table[{x, i, BesselJ[i, 2 x]}, {i, 0, 5}, {x, 0, 5, 0.02}],
  Axes -> True
  ]

Regards
   Jens

mackay66 at googlemail.com wrote:
> Hello,
> I'm missing the StackGraphics command in Mathematica 6. I want to plot
> several parametrized 2D functions in a stacked 3D fashion so you can
> see the effects of the different parameters. Has someone an idea how
> to accomplish this? Thank you very much in advance.
> Regards,
> MacKay
> 
> 


  • Prev by Date: Re: Re: 3 lines of code which crashes Mathematica every time
  • Next by Date: exporting graphics
  • Previous by thread: StackGraphics missing in Mathematica 6?
  • Next by thread: Re: StackGraphics missing in Mathematica 6?