MathGroup Archive 2007

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

Search the Archive

Re: problem with 3D plot for CSV file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73288] Re: problem with 3D plot for CSV file
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 9 Feb 2007 02:32:01 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <eqense$4np$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

data = Table[Random[], {1000}, {3}];

Show[Graphics3D[Point /@ data ]]

Show[
   Graphics[
     {AbsolutePointSize[6], Hue[Last[#]], Point[Take[#, 2]]} & /@
            data
]]

??

Regards
   Jens

Wang kaiyou wrote:
> Hi,
> 
> I am new to mathematica. I am useing mathematica 5.2.
> I imported a CSV file with three columns. I would like
> to plot it in 3D and 2D color plot. However, I do not
> know how to realize it. Is any one could help?
> 
> Thanks
> 
> Kaiyou
> 
> 
>  
> ____________________________________________________________________________________
> Get your own web address.  
> Have a HUGE year through Yahoo! Small Business.
> http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
> 


  • Prev by Date: Re: Fitting data to a curve
  • Next by Date: Re: DSolve y'[t]==y[t-a]
  • Previous by thread: problem with 3D plot for CSV file
  • Next by thread: How to parse result from Reduce[ ] function