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: Suppress the axis for just one plot using the by() option
From
Eric Booth <[email protected]>
To
"<[email protected]>" <[email protected]>
Subject
Re: st: Suppress the axis for just one plot using the by() option
Date
Mon, 18 Apr 2011 11:40:33 +0000
<>
Try it with the suboption "style(compact)":
*********** begin example *************
sysuse auto, clear
twoway (scatter price mpg), by(rep78, style(compact) cols(3))
*********** end example ************
- Eric
__
Eric A. Booth
Public Policy Research Institute
Texas A&M University
[email protected]
On Apr 18, 2011, at 6:33 AM, Oliver Jones wrote:
> Hi everybody,
> when creating a graph like this:
>
> *********** begin example *************
> sysuse auto, clear
> scatter price mpg, by(rep78, cols(3))
> *********** end example *************
>
> is there a way to either delete the xaxis of the plot for rep78 == 3
> or to move its xaxis down?
> The aim is to get rid of the space between the first and second row of
> plots.
>
> The option xscale(alt) dose not help my case...
>
> Kind regards
> Oliver
> --
> Universität Bielefeld
> Fakultät für Wirtschaftswissenschaften
> Lehrstuhl für Ökonometrie und Statistik
> - -
> Bielefeld University
> Faculty of Business Administration and Economics
> Chair of Econometrics and Statistics
> - -
> Raum / room: V9-110
> Tel / phone: +49 (0)521 106 4871
> ---
> *
> * 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/