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

Re: CONFIRMED st: Color intensity: unintended behavior?


From   vwiggins@stata.com (Vince Wiggins, StataCorp)
To   statalist@hsphsun2.harvard.edu
Subject   Re: CONFIRMED st: Color intensity: unintended behavior?
Date   Thu, 04 Sep 2003 12:46:26 -0500

Friedrich Huebler <huebler@rocketmail.com> reports that reducing the intensity
of a named color using the <name>*<#> syntax makes that intensity change
"stick" so that the named color is attenuated in all ensuing graphs.

> Now let's specify the color in the command.
>
> . graph bar mpg, bar(1, bcolor(navy))
> . graph bar mpg, bar(1, bcolor(navy*.5))
> . graph bar mpg, bar(1, bcolor(navy))
> . graph bar mpg
>
> The second command reduces the intensity but now we are stuck with
> it. One might think that multiplying the color by 2 would restore
> the original intensity but this is not the case.
>
> . graph bar mpg, bar(1, bcolor(*2))
> . graph bar mpg, bar(1, bcolor(navy))
>
> To reset the colors to their default it is necessary to exit and
> restart Stata. I assume that this behavior is not intended. Can
> other Stata users reproduce this? I use Stata 8.1 and Windows XP.

This was a known problem that was reported last week to Stata Technical
Services <tech-support@stata.com>.  The problem was fixed and that fix will be
available in an update scheduled for early next week.

In the interim, rather than shut Stata down, the colors can be reset by typing
either -discard-.

 
-- Vince
   vwiggins@stata.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–2023 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index