MathGroup Archive 2008

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

Search the Archive

Mathematica 6 -> Mathematica 7, Histogram problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94807] Mathematica 6 -> Mathematica 7, Histogram problem
  • From: "Richard Trilling" <trilling at orange.fr>
  • Date: Fri, 26 Dec 2008 05:41:44 -0500 (EST)

I have a feeling that this a stupid question but...

In v6 one could convert a vector to a Histogram plot (where each entry in 
the vector represents a bar) by using the syntax:

Needs["Histograms'"]
Histogram[vector,FrequencyData->True]

Since histograms have been included in the basic v7, this option has 
disappeared. My question is, is there any way to get the same result by 
using Histograms in v7?

I am aware of the new function BarChart in v7, but I don't want to use it 
since I have to be able to do LOG plots on the x-axis, which the new 
histogram function permits.

Written on Christmas day, with a nice head cold (perhaps that's the reason I 
couldn't find the answer to the question).

Thank's in advance

Richard Trilling







  • Prev by Date: Re: A problem with derivative InterpolatingFunction from NDSolve
  • Next by Date: Usages Messages
  • Previous by thread: Re: mathlink integer overflow
  • Next by thread: Re: Mathematica 6 -> Mathematica 7, Histogram problem