Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Histogram Question About Placement of Bars


From   "Alan Neustadtl" <[email protected]>
To   "Statalist" <[email protected]>
Subject   st: Histogram Question About Placement of Bars
Date   Wed, 06 Oct 2004 11:59:32 -0400

I am trying to produce a histogram of a variable with only two possible responses, 1 and 2.  The graphic looks like I intended except for the large gap 
between the y-axis and the first bar.  I would like to shift both bars to the left or begin the bars closer to the y-axis.  

I have posted a jpeg of the histogram at http://www.bsos.umd.edu/socy/alan/histo.jpg and am using the following code:

hist prayer, percent discrete gap(20)                                      ///
       title("Approve of Supreme Court Decision Prohibiting Requiring the" ///
              "Recitation of the Lord's Prayer in Public Schools")         ///
       subtitle("(n=1,775)")                                               ///
       xlabel(1 "Approve" 2 "Disapprove")                                  ///
       xtitle("")                                                          ///
       ylabel(,angle(0))                                                   ///
       bfcolor(olive_teal) blcolor(teal)                                   ///
       note("Source: General Social Survey 2000")

TIA,
Alan


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index