MathGroup Archive 2013

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

Search the Archive

Re: 'show' command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130407] Re: 'show' command
  • From: Waclaw Kusnierczyk <waku at idi.ntnu.no>
  • Date: Wed, 10 Apr 2013 00:47:27 -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>

Your code is not reproducible (what is data?), but consider using Show 
instead of show.

vQ

On 04/09/2013 10: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]
>




  • Prev by Date: Simplify a complex expression
  • Next by Date: Re: How can I force mathematica to collect a symbol from a polynomial
  • Previous by thread: 'show' command
  • Next by thread: Re: 'show' command