MathGroup Archive 2010

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

Search the Archive

Re: Framing a histogram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109296] Re: Framing a histogram
  • From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
  • Date: Tue, 20 Apr 2010 06:52:24 -0400 (EDT)
  • References: <201004200949.FAA09420@smc.vnet.net>

Hi,

in this special case? Yes

Histogram[{1, 2, 3, 1, 2, 3, 1, 2, 3},
      Frame -> True] /.
    (PlotRangePadding -> {xdim_, {_, ym_}}) :>
      PlotRangePadding -> {xdim, {0, ym}}

To investigate in such non-complex plots you could have
looked at the InputForm of the graphics to see what's happening.

Cheers
Patrick


Am Apr 20, 2010 um 11:49 AM schrieb Jim Lambaugh:

> 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.
>



  • Prev by Date: Re: Framing a histogram
  • Next by Date: Re: How can I make graphics unselectable?
  • Previous by thread: Framing a histogram
  • Next by thread: Re: Framing a histogram