Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: st: RE: Invisible axis


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   AW: st: RE: Invisible axis
Date   Tue, 11 May 2010 16:46:01 +0200

<> 

"... you don't _need_ to use the editor or rewrite as -twoway- for this
purpose"


Well, I recommended something along those lines in
http://www.stata.com/statalist/archive/2010-05/msg00503.html until I
realized Ricardo really did not want any -over()-s, he just wanted the
x-axis gone. So, what is your solution for "x-axis gone, and no over()"?




HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Nick Cox
Gesendet: Dienstag, 11. Mai 2010 14:05
An: [email protected]
Betreff: RE: st: RE: Invisible axis

But that's not necessary. 

sysuse auto 
graph bar mpg, over(foreign)
graph bar mpg, over(foreign, axis(off)) 
graph bar mpg, over(foreign, axis(off)) plotregion(lcolor(none))

shows that you don't _need_ to use the editor or rewrite as -twoway- for
this purpose. 

Nick 
[email protected] 

Ricardo Ovaldia

Thank you


--- On Mon, 5/10/10, Martin Weiss <[email protected]> wrote:


> Ricardo can also take a cue from NJC`s post at
> http://www.stata.com/statalist/archive/2009-04/msg00856.html
> and construct
> the whole thing from scratch, which does allow him to get
> rid of the
> unwanted axis:
> 
> 
> ***********
> sysuse auto, clear
> graph bar price weight, ysc(off) /* 
> */ showyvar legend(off) name(mygr, replace)
> 
> collapse price weight
> gen byte one=1
> gen byte two=2
> 
> tw (bar price one) (bar weight two), /* 
> */  ysc(off) ysc(range(0 6200)) xsc(off)
> ***********
> 
> 
> HTH
> Martin
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]
> On Behalf Of Scott Merryman
> Sent: Montag, 10. Mai 2010 22:03
> To: [email protected]
> Subject: Re: st: RE: Invisible axis
> 
> You can use the graph editor:
> 
> . graph bar  price  weight, ysc(off) 
> showyvar legend(off)
> 
> . gr_edit .varaxis.style.editstyle linestyle(color(none))
> editcopy
> 
> Scott
> 
> 
> On Mon, May 10, 2010 at 2:43 PM, Ricardo Ovaldia <[email protected]>
> wrote:
> > Thank you Nick and Martin
> > The suggestion works for the scatter plot but for the
> bar graph, I can get
> rid of the y-axis but not the x-axis:
> >
> > . sysuse auto, clear
> > . graph bar  price  weight, ysc(off)  showyvar
> legend(off)
> >
> > . graph bar  price  weight, ysc(off)  xsc(off)
> showyvar legend(off)
> > xscale(off) not allowed, xaxis1 does not exist

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/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/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index