Hi,
I'm looking to add height labels to two sets of histogram bars placed on one plot
using addplot
an explanation of my problem:
sysuse auto
hist foreign, density addplot(histogram headroom) addlabel
I'd like the height labels on the headroom variable as well as on foreign. Perhaps I should be using graph bar?
Thanks in advance for any help!
Josh
I'm looking to add height labels to two sets of histogram bars placed on one plot
using addplot
an explanation of my problem:
sysuse auto
hist foreign, density addplot(histogram headroom) addlabel
I'd like the height labels on the headroom variable as well as on foreign. Perhaps I should be using graph bar?
Thanks in advance for any help!
Josh
Comment