Re: 'show' command
- To: mathgroup at smc.vnet.net
- Subject: [mg130443] Re: 'show' command
- From: kuzumadam at gmail.com
- Date: Thu, 11 Apr 2013 04:13:28 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20130409083014.F007169D8@smc.vnet.net> <kk2r10$bjn$1@smc.vnet.net>
On Wednesday, 10 April 2013 05:49:36 UTC+1, Bob Hanlon wrote: > Use Show vice show. All Mathematica commands start with a capital letter. > > > > > > Bob Hanlon > > > > > > On Tue, Apr 9, 2013 at 4:05 AM, <kuzumadam at gmail.com> wrote: > > > > > I wish to overlay 2 plots (p1 and p2, shown below) using 'show' however > > > when I use the command 'show[p1, p2]' the plots are redrawn next to each > > > other rather than being combined - which is what I want. This is not what I > > > understand about the 'show' command, how do I solve this please? > > > > > > Best, Toni > > > > > > p1 = ListPointPlot3D[data, > > > PlotRange -> {{12, 43}, {20, 100}, {-0.5, 100}}, > > > TicksStyle -> > > > Directive[Black, FontFamily -> "Arial", FontSize -> 10], > > > Boxed -> True, > > > BoxStyle -> Directive[Thickness[0.0025], GrayLevel[0]], > > > Axes -> {True, True, False}, AxesStyle -> Thickness[0.0025], > > > PlotStyle -> Directive[Orange, PointSize -> Large], > > > ViewPoint -> Top, ImageSize -> 200] > > > > > > p2 = ListPlot3D[data, PlotRange -> {{12, 43}, {20, 100}, {-0.5, 100}}, > > > TicksStyle -> > > > Directive[Black, FontFamily -> "Arial", FontSize -> 10], > > > Boxed -> True, > > > BoxStyle -> Directive[Thickness[0.0025], GrayLevel[0]], > > > Axes -> {True, True, False}, AxesStyle -> Thickness[0.0025], > > > PlotStyle -> Directive[Specularity[White, 1]], > > > ColorFunction -> (ColorData["GrayYellowTones"][#3] &), Mesh -> None, > > > ViewPoint -> Top, ImageSize -> 200] > > > > > > It worked thanks. T
- References:
- 'show' command
- From: kuzumadam@gmail.com
- 'show' command