Bookmark and Share

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   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: Catplot and labsize of categorical labels
Date   Tue, 14 Sep 2010 20:55:20 -0500

Like this?


. sysuse auto,clear
(1978 Automobile Data)

. catplot rep78, over(fore, label(labsize(*1.5))) var1opts(label(labsize(*.5)))


Scott


On Tue, Sep 14, 2010 at 4:26 PM, Thomas Speidel <[email protected]> wrote:
> 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?
>
> Thanks,
> --
> Thomas Speidel

*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index