MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

'show' command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130401] 'show' command
  • From: kuzumadam at gmail.com
  • Date: Tue, 9 Apr 2013 04:05:20 -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

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]



  • Prev by Date: ListDensityPlot extraction of data
  • Next by Date: Re: Testing a random integer generator
  • Previous by thread: Re: ListDensityPlot extraction of data
  • Next by thread: Re: 'show' command