Re: Re: Show and scaling
- To: mathgroup at smc.vnet.net
- Subject: [mg82728] Re: [mg82712] Re: Show and scaling
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Tue, 30 Oct 2007 03:22:30 -0500 (EST)
- References: <fg1is2$jvf$1@smc.vnet.net> <31591944.1193679105216.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
I've always wondered why the Automatic setting isn't... you know... automatic? Bobby On Mon, 29 Oct 2007 05:55:39 -0500, Jens-Peer Kuska <kuska at informatik.uni-leipzig.de> wrote: > Hi, > > myPlot3D = Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi}]; > > Show[myPlot3D, Graphics3D[Sphere[{Pi/2, Pi/2, 1}]], PlotRange -> All, > BoxRatios -> Automatic] > > ?? > > Regards > Jens > > mackay66 at googlemail.com wrote: >> Hi, >> I want to plot a 3d surface with 3d spheres lying on it. Therefore I >> use >> Show[myPlot3D, Graphics3D[Sphere[coord]]. >> >> Unfortunately, the spheres becomes scaled down in their z-coordinate >> and thus look flat like disks. How can I avoid the scaling of the >> Graphics3D objects? >> >> Thanks in advance, >> M. >> >> > > -- DrMajorBob at bigfoot.com