MathGroup Archive 2009

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

Search the Archive

Re: ListPointPlot3D[] couldn't rotate the graph

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105622] Re: ListPointPlot3D[] couldn't rotate the graph
  • From: Lawrence Teo <lawrenceteo at yahoo.com>
  • Date: Fri, 11 Dec 2009 06:47:00 -0500 (EST)
  • References: <9194103.1259659860598.JavaMail.root@n11> <hf5isv$q26$1@smc.vnet.net>

Hi David,

The SphericalRegion -> True, RotationAction -> "Clip" works!
But why is that so?

I realized that it works for Histogram3D as well.

Is it a bug or a machine specific problem? I can't seem to duplicate
the same problem on the other machine though.



On Dec 2, 7:26 pm, "David Park" <djmp... at comcast.net> wrote:
> Does this work better?
>
> ListPointPlot3D[{{20.517`, 9.017`, 1425}, {20.981`, 9.017`,
>    1440}, {20.88`, 9.017`, 1445}, {20.535`, 9.232`, 1360}, {20.705`,
>    9.232`, 1385}, {20.828`, 9.232`, 1400}, {20.057`, 9.25`,
>    1365}, {20.779`, 9.25`, 1410}, {20.706`, 9.25`, 1405}},
>  SphericalRegion -> True, RotationAction -> "Clip"]
>
> David Park
> djmp... at comcast.nethttp://home.comcast.net/~djmpark/ 
>
> From: Lawrence Teo [mailto:lawrence... at yahoo.com]
> Mathematica v7.0.0
>
> ListPointPlot3D[{{20.517`, 9.017`, 1425}, {20.981`, 9.017`,
>    1440}, {20.88`, 9.017`, 1445}, {20.535`, 9.232`, 1360}, {20.705`,
>    9.232`, 1385}, {20.828`, 9.232`, 1400}, {20.057`, 9.25`,
>    1365}, {20.779`, 9.25`, 1410}, {20.706`, 9.25`, 1405}}]
>
> It first gives a good 3D plot. But thing goes bad when I try to rotate
> the graph.
> I can't see the graph anymore.
>
> Any insight? Thanks



  • Prev by Date: Return in function
  • Next by Date: Re: CVS Install on Windows XP for Workbench
  • Previous by thread: Re: ListPointPlot3D[] couldn't rotate the graph
  • Next by thread: Re: Re: ListPointPlot3D[] couldn't rotate the graph