Re: Framing a histogram
- To: mathgroup at smc.vnet.net
- Subject: [mg109298] Re: Framing a histogram
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 20 Apr 2010 06:52:46 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Histogram[{1, 2, 3, 1, 2, 3, 1, 2, 3},
Frame -> True,
PlotRange -> {0, Automatic}]
Bob Hanlon
---- Jim Lambaugh <lambaugh at gmail.com> wrote:
=============
Hi
Please look at this:
Histogram[{1, 2, 3, 1, 2, 3, 1, 2, 3}, Frame -> True]
The bottom of each column does not meet with the x-axis, but there is
a little space between them. Is there any way to remove this?
Best regards.
Jimmy.