Statalist


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

st: RE: Labelling stacked histograms


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: Labelling stacked histograms
Date   Fri, 7 Nov 2008 17:17:36 -0000

With 

. sysuse auto

. histogram rep78, discrete by(foreign, col(1) note("")) gap(3) addl
normal

I can get rid of the note you don't want -- see -note("")- -- and my
value labels show up automatically. 

I have to guess that your variable is not set up as you think it is with
value labels attached. Does 

. tab var1 

show the labels? 

I don't understand your expectations about the legend. The legend
applies to the whole graph, not individual panels. The individual panel
titles come from the values, or value labels when attached. 

At least one of your questions took me 2 seconds to understand, but that
was because of previous experience and detailed study of the
documentation. You can't have a flexible graphics system with hundreds
of handles that is also instantaneously understandable. 

Nick 
[email protected] 

fran brittan

I have another question that should be very simple in theory, but I
couldn't work it out and neither could my colleagues.

I want a histogram of one variable broken down by another, such as
education levels by gender. I'm using the histogram var1, by var2
format. I want the two histograms that are produced as a result within
the combined graph to show the value label on top of each histogram,
instead of showing the numeric code. I have tested that the data has
the value labels I want, yet it's not showing up. I've tried
manipulating the legend option but it keeps giving the key to the
various aspects of the graphs (the density and the normal curve I
superimposed) rather than to the individual histograms.

Any help would be greatly appreciated!

My basic command is:

histogram var1, discrete by (var2, col(1)) gap(3) addl normal
yscale(range(. .6))

In addition, the overall graph (the combined histograms) has a note in
the corner that reads "Graph by var2". I can't change this with the
title command - if I add a title, this gets inserted above each
histogram (the same text above each, and above the value code), while
the "Graph by var2" notice stays unaffected.

This is the kind of thing that should take two seconds and just
devours time instead...

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index