Dear Scott:
Thank you for this solution. But does the graph editor generate text
commands that I can retrieve and put into a do-file, the same way that
Stata's point-and-click interface generates text commands?
How did you discover the - gr_edit - commands that you provide below?
- help gr_edit - produces nothing in Stata 10.1 for Macintosh.
Jake
On Sat, Apr 18, 2009 at 4:10 PM, Scott Merryman
<[email protected]> wrote:
> On Fri, Apr 17, 2009 at 6:52 PM, Jacob Wegelin <[email protected]> wrote:
>> The artificial example below creates a "by" plot (two plots, in a row)
>> with a superfluous row of labels for the levels of -foreign- and of
>> -headroom- between the left and right graphs. I'd like to eliminate
>> the second set of labels, that is, those for the plot on the right,
>> and smash the two plots together with very little space between them.
>> In particular, the labels "Domestic" and "Foreign" should appear only
>> once on the entire "by" plot.
>>
>
> clear all
> sysuse auto
> set scheme lean1
> egen PriceCat=cut(price), at(3000 6000 16000)
> graph hbox turn, by(PriceCat, noiylabel noiyaxes rows(1))
> over(headroom) over(foreign) name(gr1,replace)
>
> //use the graph editor or by command line:
> gr_edit plotregion1.supaxis[2].draw_view.setstyle, style(no)
> gr_edit plotregion1.grpaxis[2].draw_view.setstyle, style(no)
>
>
> Scott
> *
> * 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/