Re: Show and GraphicsArray and DisplayFunction
- To: mathgroup at smc.vnet.net
- Subject: [mg41276] Re: Show and GraphicsArray and DisplayFunction
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 12 May 2003 04:35:56 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <b9icfe$pfu$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Show[] use the options of it's arguments and
need a new DisplayFunction option, GraphicsArray[]
can't use the options of it's argument and has it's own
options that are not affected by the options
of the individual graphics.
Regards
Jens
Blimbaum Jerry DLPC wrote:
>
> Here is something I have always been curious about....
>
> Suppose I make two plots :
>
> p1=Plot[f[x],......,DisplayFunction->Identity]
>
> p2=Plot[g[x],.....,DisplayFunction->Identity]
>
> If i combine them with Show ,i have to do this:
>
> Show[p1,p2,DisplayFunction->$DisplayFunction];
>
> but if I show them in GraphicsArray format....i can exclude the
> DisplayFunction command....
>
> Show[GraphicsArray[{p1,p2}]]......this outputs the plots...admittedly, as 2
> separate plots, but still....
>
> why the difference in terms of the need for DisplayFunction....?
>
> jerry blimbaum NSWC Panama City, Fl