From | Andreas Stiehler <[email protected]> |
To | [email protected] |
Subject | Re: st: Stata 8 graphics, bar charts (stacked), color of labels |
Date | Fri, 17 Sep 2004 09:37:56 +0200 |
Firstly, I wish to thank for all the responses to my question. Uli is right:
if y, for example, consists of 6 or 7 different values I have first to define the some number of different colors for the background.. graph bar x, over(y) blabel(bar, color(white) position(inside))
Derek Wagner, StataCorp wrote:I think the problem of the original poster (Andreas Stiehler <[email protected]>)Roger Newson wrote:with the -bar(#, bcolor())- option I can only determine the color (and characteristics) of the bars - not of the labels (I am right?). For a dark bar color, for example, I would like to use white labels and vice versa. Is there any way to do that (without using boxes)?If you would like dark bars and white labels within the bars, you could use the -blabel- option with the -color- suboption. You will also want to put the labels within the bars (instead of on top) because a white label would "disappear" on a white background- so you could use the -position- suboption for that purpose. For example, your command might look like the following: . graph bar x, over(y) blabel(bar, color(white) position(inside))
was different. He wants to specify different label colors for stacked bars.
Imagine a stacked bar chart with a lower bar-region in, say, black and and an
upper bar-region in white. In this case one wants to have white labels in the
lower bar and black labels for the upper bar. There is a solution with -graph
twoway bar- (see my posting from yesterday). However this solution seems to
be a bit complicated, given that on can tackle a similar problem directelly
with -graph pie-.
regards
uli
--
[email protected]
+49 (030) 25491-361
*
* 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/
Dr. Andreas Stiehler
Analyst
Berlecon Research GmbH
Oranienburger Stra�e 32
D-10117 Berlin
Fon: +49 30 285296-0
Fax: +49 30 285296-29
E-Mail: [email protected]
Web: www.berlecon.de
Analysten-Weblog: weblog.berlecon.de
Newsletter-Abo: mailto:[email protected]
--------------------------------------------------------------------
Berlecon Research - Wir analysieren das Potenzial neuer Technologien
--------------------------------------------------------------------
*
* 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 |