Re: A question on plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg111232] Re: A question on plot3D
- From: "J. Batista" <jbatista800 at gmail.com>
- Date: Sat, 24 Jul 2010 05:08:11 -0400 (EDT)
Here is a possible solution. You need to append the options Axes -> False, Boxed -> False to your plot command line. For example: try the following (note: the original Plot3D command comes from the Mathematica 7 documentation, while I appended the two above options to illustrate removal of the frame): Plot3D[Im[ArcSin[(x + I y)^4]], {x, -2, 2}, {y, -2, 2}, Mesh -> None, PlotStyle -> Directive[Yellow, Specularity[White, 20], Opacity[0.8]], ExclusionsStyle -> {None, Red}, Axes -> False, Boxed -> False] Regards, J. Batista On Fri, Jul 23, 2010 at 7:14 AM, Kamil <meetkamil at gmail.com> wrote: > Good day Group, > > Is there a way to remove frame from a 3D plot in mathematica? I am > writing a Journal paper in which I have about 8 3D plots from > mathematica and they seem to be taking so much space. Any help on ways > to make mathematica's 3D plot consume less space will be appreciated. > > Thanks you all in advance. > >