MathGroup Archive 2004

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

Search the Archive

RE: Combining 2D graphs into a 3D graph

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49412] RE: [mg49404] Combining 2D graphs into a 3D graph
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sun, 18 Jul 2004 08:09:21 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Carol,

Try out the StackGraphics command in the Graphics`Graphics` standard
package.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/

From: Carol Ting [mailto:suomesta at yahoo.com]
To: mathgroup at smc.vnet.net


Hi List,

I have many curves in the 2D space, each associated with a specific
value of parameter n.  (These curves are determined with a somewhat
complicated process depending on the value of n, so I cannot just use
one bivariate function to describe this family of curves.)

Can anyone tell me how to plot these curves in a 3D plot, while adding
n as the second axis?

For example, how can I make Mathematica plot the following lines in a
3D plot?

n=1, l1 = Line[{{2, 7}, {3, 9}}]
n=2, l2 = Line[{{2, 6}, {3, 8}}]

Thank you very much!

Carol Ting




  • Prev by Date: Re: Tr vs Total
  • Next by Date: Re: Using a Result from NMinimize
  • Previous by thread: Combining 2D graphs into a 3D graph
  • Next by thread: Re: Combining 2D graphs into a 3D graph