Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: line on top of bar graph


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: line on top of bar graph
Date   Thu, 18 Feb 2010 15:04:49 +0100

<> 

Here is a kludge, nothing to write home about :-( 


*************
clear*
set obs 2
gen var=40*(_n==1)+60*(_n==2)
gen byte x=_n
twoway (bar var x, ysca(r(0)) fcolor(gold)) (function y=30, range(0 3))
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Jeph Herrin
Gesendet: Donnerstag, 18. Februar 2010 14:47
An: [email protected]
Betreff: st: line on top of bar graph


There must be a way to do this, but I can't seem to
make it happen.

I have a simple bar graph:

  clear
  set obs 1
  gen var1=40
  gen var2=60
  graph bar var1 var2, bargap(20)

and I want to add a reference line

  graph bar var1 var2 , bargap(20) yline(30)

The problem is, the added line goes *behind* the bars, and is
mostly invisible. I want -yline- to go on top of the bars, but
no combinatin of -yline- options or styles seems to make this
happen. Any ideas?

thanks,
Jeph

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index