MathGroup Archive 2005

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

Search the Archive

Re: Histogram with more than one dataset

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61041] Re: Histogram with more than one dataset
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 8 Oct 2005 02:49:00 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <di5a8v$3od$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

what is with

hist1=Histogram[sample1, HistogramScale -> 1];

hist2=Histogram[sample2, HistogramScale -> 1];

Show[hist1 /. {h_Hue, r_Rectangle} :> {Hue[0.2], 
r}, hist2,
PlotRange -> All, Frame -> True];

Regards

  Jens



"kristoph" <kristophs.post at web.de> schrieb im 
Newsbeitrag news:di5a8v$3od$1 at smc.vnet.net...

| Due to result comparison it would be very neat 
if it is possible to
| have more than one dataset in a histogram. What 
I me is a way to
| superimpose the 3 Histogram I have and compare 
them, to see
| differences. Thank you for help.
| 



  • Prev by Date: Re: How to plot solutions of equations with Mathematica?
  • Next by Date: Re: How to plot solutions of equations with Mathematica?
  • Previous by thread: Histogram with more than one dataset
  • Next by thread: Re: Histogram with more than one dataset