Re: 4-D plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg44149] Re: 4-D plot?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 24 Oct 2003 04:24:20 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <bn8ej7$njf$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
you can make plots 2d plots
(a,b), (a,c), (a,X) ..
(a,b,c), (b,c,X), ...
or a 3d plot {Color[X],Point[{a,b,c}]}
but it depend on the meaning of the data ...
Regards
Jens
"Sheth, Payal R." wrote:
>
> Can anyone help me with a plot I am trying to generate?
> I am trying to plot changes in values of x with respective
> to three different variables a, b, c. The data looks something
> like this..Does Mathematica have any function which would
> allow plotting of this set of data? Any help would be
> appreciated. Thanks much
>
> a b c X
> 5 1 10 0.005
> 10 1 5 0.015
> 100 100 1 0.5
> 10 10 5 0.1