MathGroup Archive 2011

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

Search the Archive

Re: how do I plot many points?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119110] Re: how do I plot many points?
  • From: Peter Pein <petsie at dordos.net>
  • Date: Sun, 22 May 2011 06:54:03 -0400 (EDT)
  • References: <ir85f2$bkd$1@smc.vnet.net>

Am 21.05.2011 12:51, schrieb joe:
> I have about 80,000 3d points to plot.  
> for example one point would be (x1,y1,z1)
> how do i do this?
> I am completely confused, and do not know how to use mathematica.
> 
> 
> 
> 
> here is me making an attempt if you would like to see.
> 
>  
> 
> this was my input 
> 
> a = {{2, 4, 5}, {3, 7, 9}, {6, 4, 5}, {5, 7, 5} , {7, 2, 1}} 
> 
> ListPointPlot3D[a] 
> 
> and this was the output 
> 
> {{2, 4, 5}, {3, 7, 9}, {6, 4, 5}, {5, 7, 5}, {7, 2, 1}} 
> 
> ListPointPlot3D[{{2, 4, 5}, {3, 7, 9}, {6, 4, 5}, {5, 7, 5}, {7, 2, 1}}] 
> 
> I see no graph
> 
I do.

http://dl.dropbox.com/u/3030567/Mathematica/Untitled-1.png

Maybe your installation has been corrupted by a crash of the OS?


  • Prev by Date: Re: The same function the second time evaluated is faster. Why?
  • Next by Date: Re: Series[log[x], {x, 0, 3}]
  • Previous by thread: Re: how do I plot many points?
  • Next by thread: Re: how do I plot many points?