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]

RE: st: RE: Invisible axis


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: Invisible axis
Date   Mon, 10 May 2010 23:42:15 +0200

<>



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


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