Show and GraphicsArray and DisplayFunction
- To: mathgroup at smc.vnet.net
- Subject: [mg41260] Show and GraphicsArray and DisplayFunction
- From: Blimbaum Jerry DLPC <BlimbaumJE at ncsc.navy.mil>
- Date: Sat, 10 May 2003 04:04:03 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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