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

st: Re: Re: Stata 8 graph bugs?


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: Re: Stata 8 graph bugs?
Date   Tue, 11 Nov 2003 15:22:34 -0500

Thanks for solving one problem.  I think I found a slightly easier
variation.  I just need to specify color(none) instead of "255 255 255".
Still, it seems that the documentation needs changing.  The help file says
you can get rid of lines by changing lcolor or lwid or lstyle, it doesn't
mention changing color as a way to get rid of lines.

In fact, this brings up another issue -- the complexity of keeping straight
whether you want to change lcol, blcol, clcol depending on the situation
(and l bl cl modifying other features).  It seems that you should be able to
use just l if there's only one potential line to change in a situation.

Michael Blasnik
[email protected]


----- Original Message ----- 
From: "Scott Merryman" <[email protected]>
To: <[email protected]>
Sent: Tuesday, November 11, 2003 3:06 PM
Subject: st: Re: Stata 8 graph bugs?


> ----- Original Message ----- 
> From: "Michael Blasnik" <[email protected]>
> To: <[email protected]>
> Sent: Tuesday, November 11, 2003 12:21 PM
> Subject: st: Stata 8 graph bugs?
>
>
> >
> > 1) I can't get rid of boxes surrounding legends using either the
> > lstyle(none), lwid(none), or lcol(none) suboptions within the region
> > suboption of the legend option
> >
>
> If the legend region color is the same as the background, the box will not
be
> visible.  For example:
>
> twoway (scatter trunk mpg price, sort), legend(on)
legend(region(color("255 255
> 255") )) scheme(s1mono)
>
> Another option is the use the lean schemes:
>
> twoway (scatter trunk mpg price, sort),  scheme(lean1)
>
> Scott
>


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