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]

Re: st: histogram marker_label_options


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: histogram marker_label_options
Date   Tue, 19 Jun 2012 02:44:36 +0100

Apparently not. Here is one work-around:

sysuse auto, clear

preserve

clonevar mpg2 = mpg
replace mpg2 = 1 + 2 *  floor(mpg/2)
contract mpg2, percent(percent)
gen spercent = string(percent, "%2.1f")
twoway bar percent mpg2, barw(2) bstyle(histogram) ///
|| scatter percent mpg2, ms(i) mlab(spercent) mlabpos(12) ///
yla(, ang(h) format(%2.0f)) legend(off)

restore



On Mon, Jun 18, 2012 at 9:40 PM, Niemierko, Andrzej
<[email protected]> wrote:
> Is it possible to change the default numeric format for hight labels when plotting a histogram with y-axis expressed in percent and with added hight labels shown above each bar?
>
*
*   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