Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2622

Re: how do I plot many points?

From Murray Eisenberg <murray@math.umass.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: how do I plot many points?
Date 2011-05-22 10:59 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iraqb9$ltk$1@smc.vnet.net> (permalink)

Show all headers | View raw


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@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

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Re: how do I plot many points? Murray Eisenberg <murray@math.umass.edu> - 2011-05-22 10:59 +0000

csiph-web