MathGroup Archive 2013

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

Search the Archive

Re: 'show' command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130432] Re: 'show' command
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Wed, 10 Apr 2013 00:55:48 -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>

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]
>
>




  • Prev by Date: Re: How can I force mathematica to collect a symbol from a polynomial
  • Next by Date: Re: Sample Workbooks - Suggested sources to get a newbie going?
  • Previous by thread: Re: 'show' command
  • Next by thread: Re: 'show' command