[Q] HELP! with plot within a BarChart[]
- To: mathgroup at smc.vnet.net
 - Subject: [mg3195] [Q] HELP! with plot within a BarChart[]
 - From: David.A.Johnson at news.acns.nwu.edu
 - Date: Sat, 17 Feb 1996 14:14:14 -0500
 - Organization: Northwestern University, Evanston, IL, US
 - Sender: owner-wri-mathgroup at wolfram.com
 
A while ago I posted a request for help to place a plot within a region of a plot.
First I'd like to thank Dave Wagner for his suggestion of Epilog->Rectangle[{x1,y1}, {x2, y2}, ListPlot[data]]
However the problem I am now having is that Epilog is not a valid option of BarChart.
What I'm trying to accomplish would be something like
p1 = ListPlot[data1];;
p2 = ListPlot[data2];;
BarChart[ data3,    
                   BarGroupSpacing -> 0,
                   Epilog->Rectangle[{ x1, y1},{x2,y2}, GraphicsArray[{{p1,p2}}]]
if BarChart offered the Epilog functionability.
I'm running Mma V 2.2 on NeXTStep/FIP if it matters (for version differences).
Thank's in advance,
David A. Johnson
==== [MESSAGE SEPARATOR] ====