Re: Show and GraphicsArray and DisplayFunction
- To: mathgroup at smc.vnet.net
- Subject: [mg41375] Re: Show and GraphicsArray and DisplayFunction
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Fri, 16 May 2003 06:46:38 -0400 (EDT)
- Organization: The University of Western Australia
- References: <b9icfe$pfu$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <b9icfe$pfu$1 at smc.vnet.net>,
Blimbaum Jerry DLPC <BlimbaumJE at ncsc.navy.mil> wrote:
> 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];
Actually, there is a nicer way:
<<Graphics`
DisplayTogether[Plot[f[x],...],Plot[g[x],...]];
> 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....?
Jens-Peer Kuska has answered this question.
Cheers,
Paul
--
Paul Abbott Phone: +61 8 9380 2734
School of Physics, M013 Fax: +61 8 9380 1014
The University of Western Australia (CRICOS Provider No 00126G)
35 Stirling Highway
Crawley WA 6009 mailto:paul at physics.uwa.edu.au
AUSTRALIA http://physics.uwa.edu.au/~paul