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: Change axis text font size for all graphs


From   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: Change axis text font size for all graphs
Date   Thu, 5 Apr 2012 19:20:40 -0500

label sizes are controled by the schemes.  See -help scheme files- and
related entries.

It is very easy to alter a scheme.  The below scheme will change size
of the titles, axis labels, axis titles but everything else the same
as  s2color.


*  --- Begin scheme-mine.scheme --------------------------
*! version 1.0
#include s2color
gsize heading         small
gsize axis_title      small
gsize tick_label      vsmall


Scott


On Thu, Apr 5, 2012 at 6:39 PM, Nick Sanders <[email protected]> wrote:
>
> Hello all,
>
> Can anyone point me toward a command to change the default axis title and label font sizes for twoway graphs? I've found documentation on the "fontface" command for font choice, but can't find anything that does the equivalent for font size such as, for example, typing
>
> "xtitle(, size(small))"
>
> for all graphs.
>
> Thanks,
> Nick

*
*   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