From | Ernest Berkhout <[email protected]> |
To | [email protected], <[email protected]> |
Subject | Re: st: Re: How do I get rid of that line beneath my axes? |
Date | Wed, 17 Mar 2004 10:13:43 +0100 |
At 03:46 17/03/2004, Scott Merryman wrote:
I believe the sub-option you want is -axis(off)-, unfortunately this only worksThank you Scott, this at least solved my problem! I will document this, because one does not come to such a trick from studying the manual, next time one needs it.
with the -over()- option not -by()-.
However, does this produce what you want?
. clear
. sysuse auto
(1978 Automobile Data)
. gen foo = 1
. graph bar (mean) mpg trunk, over(foo, axis(off)) by(rep) scheme(economist)
Scott
----- Original Message -----
From: "Ernest Berkhout" <[email protected]>
>
> I have a barchart, that is actually multiple barcharts because i use the
> 'by'-option, graphed with the economist-style sheet. I get nice white
> horizontal gridlines, ranging from -1 to 3. But below the lowest gridline
> is another _black_ horizontal line that i want to disappear.
>
> As i understand it right, this must be at the bottom of the outer
> plot-region? But it won't disappear if i specify
> "plotregion( lwidth(none) )"
> either inside or outside the "by()"-construct. What am i missing??
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |