Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: graph twoway bar horizontal vs. graph hbar


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: graph twoway bar horizontal vs. graph hbar
Date   Fri, 3 Mar 2006 13:53:31 -0500

(1) help region_options##remarks1
shows that the addition of the option
  plotregion(margin(zero))
puts the bars against the axes.

(2) help graph bar##over_subopts
suggests the -relabel- option should make the labels disappear with
the addition of
  relabel(3 " " 6 " " 9 " ")
as a suboption of over(), but it doesn't work.  But this does:
  relabel(3 "`: di char(160)'" 6 "`: di char(160)'" 9 "`: di char(160)'")
I believe.

On 3/3/06, Hiroshi Maeda <[email protected]> wrote:
 1) How to eliminate a gap(space) between the y axis and the location
where bars begin in GRAPH_01, using the "graph twoway bar, horizontal"
command?
 2) How to make the labels 3, 6, & 9 on the y axis (the categories intended
to be invisible for an aesthetic reason) disappear, using the "graph hbar"
command?

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