Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Ankit <a.sakhuja@gmail.com> |
To | "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: changing bar width on graph |
Date | Sun, 30 Mar 2014 20:37:59 -0500 |
Thanks Nick Ankit > On Mar 30, 2014, at 19:25, Nick Cox <njcoxstata@gmail.com> wrote: > > As you started: change -bargap()-. > > Nick > njcoxstata@gmail.com > >> On 31 March 2014 01:14, Ankit Sakhuja <a.sakhuja@gmail.com> wrote: >> >> I am trying to make a bargraph with following information: >> >> var1 W X Y Z >> ABC 16.6 12.8 13.6 15.6 >> >> I am using the following code: >> >> graph bar (asis) W X Y Z, over(var1) bargap (50) >> >> >> I am able to generate the bargraph this way, however, I was wondering >> if there is a command to alter the width of the bars itself. I tried >> using the option barwidth(##) but I get an error message saying >> "option barwidth() not allowed" > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/