Thanks to Kit Baum, a new package called grstyle is now available from SSC. Type
to install the package.
grstyle allows you to customize the overall look of graphs from within a do-file without having to fiddle around with external scheme files. The advantage of grstyle over manually editing a scheme file is that everything needed to reproduce your graphs can be included in a single do-file.
A short paper on grstyle is available from https://ideas.repec.org/p/bss/wpaper/29.html.
Note that grstyle requires Stata to have writing rights in the PERSONAL ado-file directory. Type
or
to find out where the PERSONAL ado-file directory is.
ben
Code:
. ssc install grstyle
grstyle allows you to customize the overall look of graphs from within a do-file without having to fiddle around with external scheme files. The advantage of grstyle over manually editing a scheme file is that everything needed to reproduce your graphs can be included in a single do-file.
A short paper on grstyle is available from https://ideas.repec.org/p/bss/wpaper/29.html.
Note that grstyle requires Stata to have writing rights in the PERSONAL ado-file directory. Type
Code:
. sysdir
Code:
. personal
ben
Comment