Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2582 > unrolled thread
| Started by | joe <josephfpu@yahoo.com> |
|---|---|
| First post | 2011-05-21 10:51 +0000 |
| Last post | 2011-05-22 10:55 +0000 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
how do I plot many points? joe <josephfpu@yahoo.com> - 2011-05-21 10:51 +0000
Re: how do I plot many points? "Nasser M. Abbasi" <nma@12000.org> - 2011-05-22 10:53 +0000
Re: how do I plot many points? Dan <dflatin@rcn.com> - 2011-05-22 10:57 +0000
Re: how do I plot many points? Peter Pein <petsie@dordos.net> - 2011-05-22 10:55 +0000
| From | joe <josephfpu@yahoo.com> |
|---|---|
| Date | 2011-05-21 10:51 +0000 |
| Subject | how do I plot many points? |
| Message-ID | <ir85f2$bkd$1@smc.vnet.net> |
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
[toc] | [next] | [standalone]
| From | "Nasser M. Abbasi" <nma@12000.org> |
|---|---|
| Date | 2011-05-22 10:53 +0000 |
| Message-ID | <irapv6$lkm$1@smc.vnet.net> |
| In reply to | #2582 |
On 5/21/2011 3: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
>
May be your Mathematica installation is corrupted? Because I can see clearly
the points using 8.0.1.
Try enlarging them may be?
ListPointPlot3D[{{2,4,5},{3,7,9},{6,4,5},{5,7,5},{7,2,1}},PlotStyle->{PointSize[Large]}]
If you still do not see anything, report it as a bug to WRI.
--Nasser
[toc] | [prev] | [next] | [standalone]
| From | Dan <dflatin@rcn.com> |
|---|---|
| Date | 2011-05-22 10:57 +0000 |
| Message-ID | <iraq68$lql$1@smc.vnet.net> |
| In reply to | #2582 |
On May 21, 6:51 am, joe <joseph...@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
Are you sure you did not enter
ListPointPlot3D[{{2, 4, 5}, {3, 7, 9}, {6, 4, 5}, {5, 7, 5}, {7, 2,
1}}];
A semicolon will suppress the output.
-- Dan
[toc] | [prev] | [next] | [standalone]
| From | Peter Pein <petsie@dordos.net> |
|---|---|
| Date | 2011-05-22 10:55 +0000 |
| Message-ID | <iraq2h$lng$1@smc.vnet.net> |
| In reply to | #2582 |
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?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web