Re: combining graphics
- To: mathgroup@smc.vnet.net
- Subject: [mg11283] Re: [mg11223] combining graphics
- From: Sean Ross <seanross@worldnet.att.net>
- Date: Wed, 4 Mar 1998 01:39:36 -0500
- References: <199803030411.XAA02271@smc.vnet.net.>
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.
- References:
- combining graphics
- From: Mark Hahn <mahahn@ccgate.com>
- combining graphics