Statalist


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

Re: st: graph hbox Y, by(something noiyaxes) over(grp2) over(grp1)


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   Re: st: graph hbox Y, by(something noiyaxes) over(grp2) over(grp1)
Date   Sun, 3 May 2009 17:05:30 +0200

<>

Seems to me Scott recorded those which you should be able to do in Stata 10.1 as well. See

-help graph editor, mark(recorder)-



HTH
Martin
_______________________
----- Original Message ----- From: "Jacob Wegelin" <[email protected]>
To: <[email protected]>
Sent: Sunday, May 03, 2009 4:56 PM
Subject: Re: st: graph hbox Y, by(something noiyaxes) over(grp2) over(grp1)


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/


*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index