Re: Show and scaling
- To: mathgroup at smc.vnet.net
- Subject: [mg82712] Re: Show and scaling
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 29 Oct 2007 05:55:39 -0500 (EST)
- Organization: Uni Leipzig
- References: <fg1is2$jvf$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
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. > >