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

st: bug in color(black) for twoway bar ?


From   David Airey <[email protected]>
To   [email protected]
Subject   st: bug in color(black) for twoway bar ?
Date   Tue, 30 Aug 2005 19:19:49 -0500

.

On OS X Stata 9, it seems impossible to get black bars for twoway bar graphs. It is possible in graph bar.

For example,

clear

set scheme s1color

input y x
35 1
45 2
55 3
end

// produce dark gray bars
graph twoway bar y x, barwidth(0.5) color(black) ylabel(0(25)100)


// produces black bars
graph bar y x, bar(1, color(black)) bar(2, color(black))




/* about produces

Stata/SE 9.0 for Macintosh
Born 05 Jul 2005
Copyright (C) 1985-2005

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