Re: Show and scaling
- To: mathgroup at smc.vnet.net
- Subject: [mg82751] Re: Show and scaling
- From: mackay66 at googlemail.com
- Date: Tue, 30 Oct 2007 03:34:26 -0500 (EST)
- References: <fg1is2$jvf$1@smc.vnet.net><fg4e9b$6q9$1@smc.vnet.net>
On Oct 29, 11:56 am, Jens-Peer Kuska <ku... 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 > > macka... 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. Great! Thank you very much, Jens!