Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Ricardo Ovaldia <ovaldia@yahoo.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | RE: st: RE: Invisible axis |
Date | Tue, 11 May 2010 04:58:49 -0700 (PDT) |
Thank you Ricardo Ovaldia, MS Statistician Oklahoma City, OK --- On Mon, 5/10/10, Martin Weiss <martin.weiss1@gmx.de> wrote: > From: Martin Weiss <martin.weiss1@gmx.de> > Subject: RE: st: RE: Invisible axis > To: statalist@hsphsun2.harvard.edu > Date: Monday, May 10, 2010, 4:42 PM > > <> > > > > 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: owner-statalist@hsphsun2.harvard.edu > [mailto:owner-statalist@hsphsun2.harvard.edu] > On Behalf Of Scott Merryman > Sent: Montag, 10. Mai 2010 22:03 > To: statalist@hsphsun2.harvard.edu > 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 <ovaldia@yahoo.com> > 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 > > > > > > Ricardo > > > > Ricardo Ovaldia, MS > > Statistician > > Oklahoma City, OK > > > > > > * > * 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/ > * * 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/