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


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

Re: ViewPoint selector (Stan Wagon's)

From "Nasser M. Abbasi" <nma@12000.org>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: ViewPoint selector (Stan Wagon's)
Date 2011-05-29 11:36 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <irtb4d$pja$1@smc.vnet.net> (permalink)
References <irntfc$sni$1@smc.vnet.net> <irqlp5$e90$1@smc.vnet.net>

Show all headers | View raw


On 5/28/2011 4:20 AM, Nasser M. Abbasi wrote:

Just added a tiny improvement to the above (added labels to
the slides).

-------------------------------
Manipulate[
    (
     title=Style[Grid[{
        {"ViewPoint = ",s[r Cos[\[Theta] Degree]],s[r Sin[\[Theta] Degree]],s[z]}},
         Frame->All,
         Spacings->{1,1}],14
     ];

     Plot3D[f[x,y],{x,-2,2},{y,-2.5,2.5},
            Ticks->All,
            AxesLabel->{"x","y","z"},
            BoxRatios->{4,5,3},
            Ticks->{{0,2},Range[-2,2],Range[0,3]},
            SphericalRegion->True,
            ViewPoint->Dynamic[{r Cos[\[Theta] Degree],r Sin[\[Theta] Degree],z}],
            PlotLabel->title,
            ImageSize->300,
            ImagePadding->{{10,10},{10,35}}]
     ),

     {{\[Theta],0,"\[Theta]"},0,360,Appearance->"Labeled"},
     {{r,1},0,100,Appearance->"Labeled"},
     {{z,1},-100,100,Appearance->"Labeled"},

     Initialization:>
     (
      f[x_,y_]:=(x^2+3 y^2) E^(1-x^2-y^2);
      s[n_] := NumberForm[Chop[n],
                          {6,3},
                          NumberSigns->{"-","+"},
                          NumberPadding->{"0","0"},
                          SignPadding->True];
      )
]
-----------------------------------------


-Nasser

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


Thread

ViewPoint selector (Stan Wagon's) "Christopher O. Young" <cy56@comcast.net> - 2011-05-27 10:13 +0000
  Re: ViewPoint selector (Stan Wagon's) "Nasser M. Abbasi" <nma@12000.org> - 2011-05-28 11:20 +0000
    Re: ViewPoint selector (Stan Wagon's) "Nasser M. Abbasi" <nma@12000.org> - 2011-05-29 11:36 +0000

csiph-web