Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: gr 2way scatter questions on how to control for specific graph appearances


From   Friedrich Huebler <[email protected]>
To   [email protected]
Subject   st: Re: gr 2way scatter questions on how to control for specific graph appearances
Date   Tue, 13 Dec 2005 07:22:30 -0800 (PST)

bw,

When you place the scatter commands in parentheses you can specify
options individually.

. graph twoway (scatter xe zn, msymbol(o) mcolor(green)) (scatter yt
zn, msymbol(none) connect(line) clcolor(black)), ysize(4) xsize(4)

Friedrich Huebler

--- "b. water" <[email protected]> wrote:
> dear listers,
> 
> i have created a graph (stata v. 8.2 window xp pro) along the
> line of:
> 
> graph twoway scatter xe yt zn, ysize(4) xsize(4) connect(line)
> msymbol(none) 
> but what i wanted is to be able:
> 
> 1. to control the appearance of xe and yt separately, in this
> case the blot 
> of xe to be smaller(finer), change xe from the default color to
> another on 
> stata palette, and to make yt invisible;
> 
> 2. connect only the 'invisible' yt blob with a black line.
> 
> in my original graph statement xe became invisible and/but the
> line connects 
> all the points. i have checked stata graph manuals as well as
> stata site for 
> help but could not find the answer. thank you for advice/help.
> 
> regards,
> bw


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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