Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Carlos Avellaneda Suárez <carlos.avellaneda8@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: marginstyle not working in scheme file |
Date | Wed, 5 Mar 2014 09:31:31 -0500 |
It is not clear to me what you tried and what you want, so please be kind enough to submit your code. Keeping that aside, the marginstyles option works for me. Here is a silly example of it: sysuse auto scatter mpg trunk, title("MPG and Trunk", margin(b+5)) name(gr1, replace) scatter mpg trunk, title("MPG and Trunk", margin(b+10)) name(gr2, replace) scatter mpg trunk, title("MPG and Trunk", margin(b+15)) name(gr3, replace) graph combine gr1 gr2 gr3 If this doesn't work for you, then you probably might want to contact StataCorp at tech-support@stata.com If this is not what you want, please be more clear on what you want and what you tried. Hope this helps. Carlos 2014-03-04 19:44 GMT-05:00 Alex Gamma <alex.gamma@uzh.ch>: > Hello Statasticians, > > I'm running Stata SE 12.1 on a Mac with Mavericks. > > According to the help on scheme entries, I should be able to use marginstyles such as > > margin graph 5 0 0 5 > margin subheading b+10 > > They don't work however, in any kind of graph I've tried (bar, scatter, box plot, histogram). The second line, for example, produces the following error message: > > "(note: named style b+10 not found in class margin, default attributes used)" > > And indeed, -graph query marginstyle- does not list these styles: > > "marginstyle may be > > bargraph horiz_bargraph medlarge small vlarge > bottom large medsmall tiny vsmall > ebargraph left right top zero > esubhead medium sides top_bottom > " > > I couldn't find any explanation of why the "# # # #" and the "{l|r|b|t}[<space>][+|-|=]#" notations are not available. Can anyone help? > > Best regards, > Alex > > > > > > > > -- > Alex Gamma, Ph.D. > University Hospital of Psychiatry Zurich > Research department > Lenggstr. 31 > 8032 Zurich > Switzerland > > email: alex.gamma@uzh.ch > > > > > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/