MathGroup Archive 1996

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

Search the Archive

[Q] HELP! with plot within a BarChart[]

  • Subject: [mg3195] [Q] HELP! with plot within a BarChart[]
  • From: David.A.Johnson at news.acns.nwu.edu
  • Date: 18 Feb 1996 04:30:42 -0600
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Northwestern University, Evanston, IL, US
  • Sender: daemon at wri.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




  • Prev by Date: [Q] HELP! with plot within a BarChart[]
  • Next by Date: Fitting data with Splines
  • Previous by thread: [Q] HELP! with plot within a BarChart[]
  • Next by thread: latex <--> mma before 2html