Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2589
| From | DrMajorBob <btreat1@austin.rr.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: how do I plot many points? |
| Date | 2011-05-22 10:54 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iraq0g$llo$1@smc.vnet.net> (permalink) |
Don't invent names willy-nilly, and things will go a little better:
a = {{2, 4, 5}, {3, 7, 9}, {6, 4, 5}, {5, 7, 5}, {7, 2, 1}};
ListPlot3D[a]
Bobby
On Sat, 21 May 2011 05:51:32 -0500, joe <josephfpu@yahoo.com> 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
>
--
DrMajorBob@yahoo.com
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: how do I plot many points? DrMajorBob <btreat1@austin.rr.com> - 2011-05-22 10:54 +0000
csiph-web