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: Jittering problem


From   Fred Wolfe <[email protected]>
To   [email protected]
Subject   st: Jittering problem
Date   Fri, 20 May 2011 08:40:41 -0500

When I use this command, the graph will be jittered:

scatter fatig glb_ if ra_sev==0, jitter(8) || scatter fatig glb_ if
ra_sev >0, jitter(8) scheme(bw).

It will not be jittered when I use this command:


 scatter fatig glb_ if ra_sev==0,mfcolor(white) color(black) msize(
medlarge) mlabel(ptglobak) jitter(8) || scatter fatig glb_ if ra_sev
>0,mfcolor(black) xline(1.1)  msize(medlarge) msymbol(circle)
mlabel(ptglobak) jitter(8) scheme(bw).

 I couldn't find any discussion of this problem on the list. Any
suggestions to make jittering work?

Thanks,

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