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: twoway line


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: twoway line
Date   Tue, 4 Sep 2012 12:27:37 +0200

On Tue, Sep 4, 2012 at 12:08 PM, Lynn Lee wrote:
> Dear all,
>
> I am trying to draw two variables in one graph, with each variable having
> its own scale. For example, value of var1 ranges from 100 to 150, value of
> var2 from -10 to 10. So, this graph has two y-axes. <snip> My
> question is, how to set the scale to let each variable having its own
> stating and max scales, then, the time trend of will be shown in the middle
> of the graph?

*------------- begin example --------------
sysuse auto
sort weight
twoway line price weight, yaxis(1) || ///
       line mpg weight, yaxis(2)
*-------------- end example ---------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )

Hope this helps,
Maarten

---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany

http://www.maartenbuis.nl
---------------------------------
*
*   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