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: Catplot and labsize of categorical labels
From
Nick Cox <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
RE: st: Catplot and labsize of categorical labels
Date
Mon, 20 Sep 2010 13:16:01 +0100
Thanks to Scott for fielding this question on -catplot-.
catplot rep78 fore, var2opts(label(labsize(*1.5))) var1opts(label(labsize(*.5)))
is another way to get the graph in his example.
Nick
[email protected]
Scott Merryman
==============
Like this?
. sysuse auto,clear
(1978 Automobile Data)
. catplot rep78, over(fore, label(labsize(*1.5))) var1opts(label(labsize(*.5)))
Thomas Speidel
==============
> I am using the user written command catplot (N.J. Cox) which I understand is
> also a wrapper for graph bar. I was looking for a way to modify the label
> size of the categorical labels, just like ylabel(, labsize(vsmall)) does for
> the y axis. I understand in graph bar one would normally use the over
> suboption:
> over(something, labsize(vsmall)), but how about catplot, is it possible?
*
* 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/