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: How to modify default options in sts graph
From
Oliver Jones <[email protected]>
To
[email protected]
Subject
Re: st: How to modify default options in sts graph
Date
Wed, 23 Mar 2011 19:37:16 +0100
Hi,
1. depends which text you want to enlarge.
For example:
webuse drug2
sts graph, cumhaz by(drug) xtitle("The x-axis in huge", size(huge))
2. see -help linewidthstyle-
For example:
sts graph, cumhaz by(drug) plotopts(lwidth(vthick))
3. see -help legend_option-
For example:
sts graph, cumhaz by(drug) legend(order(1 "0" 2 "1"))
In general read:
help graph_intro
Best
Oliver
Am 23.03.2011 19:18, schrieb Eleonora Paesen:
Hello,
How can I modify the default options in sts graph?
I would like to obtain the following:
1. enlarging displayed font;
2. thickening displayed lines in graph;
3. deleting the variable name from legend if by(variable name) option
is used, so it doesn't appear.
At the moment I am using this basic line:
sts graph, by (var name) title (" ")
Any idea in order to do this?
Many thanks in advance!
Best,
Eleonora
*
* 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/
--
Universität Bielefeld
Fakultät für Wirtschaftswissenschaften
Lehrstuhl für Ökonometrie und Statistik
- - -
Bielefeld University
Faculty of Business Administration and Economics
Chair of Econometrics and Statistics
- - -
Raum / room: V9-110
Tel / phone: +49 (0)521 106 4871
--
*
* 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/