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]

st: Twoway by option


From   Steven Archambault <[email protected]>
To   [email protected]
Subject   st: Twoway by option
Date   Mon, 21 Mar 2011 10:19:34 -0600

Hi all,

I have been using the below command to generate graphs for  different schools. The graphs appear in alphabetical order of school_name, where I'd rather them be in order of their adv_avg value (highest to lowest). Is there a way to do this?

Thanks!

-Steve

twoway (connected adv  year if group=="All Students", sort) (line adv_avg year if group=="All Students", sort), ytitle(% Proficient and Above) ///
 xtitle(Years)  by(, title(All Students)) by(school_name, style(compact)) 
*
*   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