MathGroup Archive 1998

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

Search the Archive

Re: combining graphics



Mark Hahn wrote:
> 
> how can I combine a barchart and a plot?  I doesn't work with
> Show[p1,p2]
> or with DisplayTogether[p1,p2].  Nothing is special about the plots.
> 
> I want to show a data bin count (bar chart) and weibull distribution
> over it.
> 
> please email me at mahahn@ccgate.hac.com if you know.
> 
> thanks,
> 
> Mark

Show[Plot[x,{x,0,5}],BarChart[{1,2,3,4,5}]]

works just find on my machine.  Perhaps there is something special about
your plots.
-- 
Remove the _nospam_ in the return address to respond.



  • Prev by Date: Re: Previous variable affects "/."
  • Next by Date: Re: Question about Mathematica
  • Prev by thread: combining graphics
  • Next by thread: RE: combining graphics