[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date index
][
Thread index
]
st: bug in color(black) for twoway bar ?; Serial number: 8490512947
From
David Airey <
david.airey@vanderbilt.edu
>
To
statalist@hsphsun2.harvard.edu
Subject
st: bug in color(black) for twoway bar ?; Serial number: 8490512947
Date
Tue, 30 Aug 2005 19:21:52 -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/
Prev by Date:
st: bug in color(black) for twoway bar ?
Next by Date:
st: Thanks! tsset and r451
Previous by thread:
st: bug in color(black) for twoway bar ?
Next by thread:
st: Thanks! tsset and r451
Index(es):
Date
Thread