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

st: Re: -graph bar, over()- question and bug report


From   Friedrich Huebler <[email protected]>
To   [email protected]
Subject   st: Re: -graph bar, over()- question and bug report
Date   Wed, 20 Aug 2003 10:47:13 -0700 (PDT)

Last week I had asked how I could emphasize a range of the x-axis in
a stacked bar graph. Vince Wiggins from StataCorp suggested placing
textboxes under the x-axis labels. Thank you for this creative
approach, Vince. Instead of a series of spaces as in your examples I
used a single space as text and added the width() option.

. sysuse uslifeexp
. drop if year>1910
. graph bar le_w le_b, over(year) stack ///
    text(-4 36 " ", box bcolor(yellow) width(42))

I am very pleased by the flexibility of the Stata graphics commands.
Thank you also for the upcoming bug fixes.

Friedrich Huebler


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
*
*   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