MathGroup Archive 2000

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

Search the Archive

Re: Plotting Surfaces from data

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24437] Re: Plotting Surfaces from data
  • From: Kurt Taretto <Kurt.Taretto at ipe.uni-stuttgart.de>
  • Date: Tue, 18 Jul 2000 00:58:37 -0400 (EDT)
  • References: <8kje8a$e4j@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

This works for me

a = Table[Table[100 + i*Random[], {i, 1, 20}], {i, 1, 8}];
ListPlot3D[a, ColorFunction -> (Hue[#] &)];

Could you send your example?

Best regards,

Kurt

Derek Stoll schrieb:

> I have data of the form, {{x,y,z},...}.  I am trying to plot it on a 3D
> surface where the color is a function of z.  I have been able to plot it
> in several ways, but none of them will allow me to set the color as a
> function of z using the ColorFunction->Hue or any other means that I can
> come up with.  Can anyone tell me a way to do this?
> Thank you,
> Derek



  • Prev by Date: Re: l'Hopital's Rule
  • Next by Date: ?symbol and Context[symbol] Together even in Presence of Usage
  • Previous by thread: Plotting Surfaces from data
  • Next by thread: Re: Plotting Surfaces from data