Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: X-axis title: graph dot, by()


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: X-axis title: graph dot, by()
Date   Wed, 25 May 2005 21:51:15 +0100

Is what you want 

graph dot mpg turn, over(rep78) b1title("mean") 
	by(foreign,  note(""))

Incidentally, for this example, Stata 9 
appears to produce the same results. 

Nick 
[email protected] 

Friedrich Huebler
 
> Stata 8.2, Windows XP
> 
> Is it possible to specify individual x-axis titles in a dot plot when
> more than one variable is plotted? Take this example:
> 
> . graph dot mpg, over(rep78) by(foreign, ixtitle b1title("")
> note(""))
> 
> With the -ixtitle- option I can create individual x-axis titles. When
> I add a second variable, this no longer works.
> 
> . graph dot mpg turn, over(rep78) by(foreign, ixtitle b1title("")
> note(""))
> 
> I would like to have individual x-axis titles with the same text
> (e.g., "Mean") in addition to the legend. Can this be done?

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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