Re: how do I plot many points?
- To: mathgroup at smc.vnet.net
- Subject: [mg119136] Re: how do I plot many points?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 22 May 2011 06:58:48 -0400 (EDT)
I'm seeing the 3D plot of the points in your list a. That's with Mathematica 8.0.1 under Windows XP. Did you perhaps evaluate the expression for a in one session then in another session evaluate the ListPointPlot3D expression but forget to evaluate the expression creating a? (Mathematica doesn't remember such assignments from one session to another.) If that's not the source of the problem, what version of Mathematica are you using and on what platform. On 5/21/2011 6:51 AM, joe wrote: > 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 > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305