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: graph combine & single legend


From   "Fiedler, James (JSC-SK)[USRA]" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: st: RE: graph combine & single legend
Date   Wed, 21 Sep 2011 09:39:45 -0500

You're right. I'm rereading the help file now, and as it says, it takes the first graph's legend by default.


________________________________________
From: [email protected] [[email protected]] On Behalf Of Nick Cox [[email protected]]
Sent: Wednesday, September 21, 2011 9:37 AM
To: [email protected]
Subject: Re: st: RE: graph combine & single legend

Not a problem in itself as -legendfrom()- is not needed.


On Wed, Sep 21, 2011 at 3:32 PM, Fiedler, James (JSC-SK)[USRA]
<[email protected]> wrote:
> I think you're just missing the -legendfrom- option:
>
> grc1leg g1 g2 g3, legendfrom(g1)
>
>
> James
> ________________________________________
> From: [email protected] [[email protected]] On Behalf Of Oliver Jones [[email protected]]
> Sent: Wednesday, September 21, 2011 9:06 AM
> To: [email protected]
> Subject: Re: st: RE: graph combine & single legend
>
> Hi,
> I have the same problem as Ricardo.
> I tried using the -grc1leg- command, but I can not figure out how to use it.
> I always end up with all the legends for every graph and an additional one
> from using -grc1leg-.
> Thus my questions is: How do I create one single legend?
>
> The code I use is something like this:
>
> ************** Beginn example ****************
> sysuse xtline1, clear
>
> * Creating two more variable to mimic my data setup
> gen cal_yesterday = L.calories
> bysort person: gen first_half_year = (_n < 175)
>
> * Draw three scater plots
> scatter cal_yesterday calories day if person == 1, ///
>        by(first_half_year, title("Tess")) ///
>        name(g1)
> scatter cal_yesterday calories day if person == 2, ///
>        by(first_half_year, title("Sam")) ///
>        name(g2)
> scatter cal_yesterday calories day if person == 3, ///
>        by(first_half_year, title("Arnold")) ///
>        name(g3)
>
> * combine the three scatter plots
> grc1leg g1 g2 g3
> *************** End example *****************
>
>
> Kind regards
> Oliver
>
> Am 19.09.2011 19:10, schrieb Fiedler, James (JSC-SK)[USRA]:
>> You might try the user-written command -grc1leg- (since 1's often look like l's, that's "grc" + the numeral 1 + "leg").
>>
>> James
>>
>> ________________________________________
>> From: [email protected] [[email protected]] On Behalf Of Ricardo Ovaldia [[email protected]]
>> Sent: Monday, September 19, 2011 11:19 AM
>> To: [email protected]
>> Subject: st: graph combine&  single legend
>>
>> I want to combine 4 graphs, each a plot of three lines, using -graph combine-. Because the legend for the graphs are all the same, I would like to have a single legend at the bottom. When I use -legend(off)- for three of the graphs, and leave the legend for the 4th graph, this 4th graph is smaller than the rest when I combine them. Any solutions will be appreciated.
>>

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