Statalist


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

st: Re: help with a histogram by year


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: Re: help with a histogram by year
Date   Mon, 9 Mar 2009 20:13:27 +0100

<>
The -note- thing is the easy part here:

******
sysuse auto, clear
g year=cond(runiform()<0.3,1978, cond(runiform()<0.6,1979,1980))
hist mpg, by(year,graphregion(color(white)) note("")) freq
******


HTH
Martin _______________________ ----- Original Message ----- From: "F. Gao" <[email protected]>
To: <[email protected]>
Sent: Monday, March 09, 2009 3:19 PM
Subject: st: help with a histogram by year


Dear members,

I am trying to get a histogram by year. I use the following command

hist y, by(year,graphregion(color(white))) freq

Two things annoy me so far.

1. I do not know how to get rid of the note on the lower left part of
the graph "Graphs by year". I tried adding
   note(`"   "')
   at the end of the command, with no effect

2. I would like to add a small title under each graph for each year,
such as "For year 1990", "For year 1991", so that I could replace the
title added by stata automatically on the top of each graph, like
"1990", "1991".

Any suggestions would be greatly appreciated.

Thanks!

Sincerely,
Faye

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