Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: st: AW: -twoway , title()- bug?


From   Jeph Herrin <[email protected]>
To   [email protected]
Subject   Re: AW: st: AW: -twoway , title()- bug?
Date   Fri, 17 Jul 2009 17:08:32 -0400


Martin Weiss wrote:
<>

What is your <stuff>, if I may ask?


You may ask, but may be sorry you did:

. twoway rcap or1 or2 model, hor ///
	 ||  rcap or or model, hor ///
    legend(off) xscale(`xscale') yscale(reverse noline) xline(1) ///
    title("`name'", justification(left)) ///
    ylabel(,nogrid nolab notick) ///
    plotregion(style(none)) ytitle("") xlabel(0(1)5)

but I think the problem is, as Nick Cox pointed out, that just()
is about text within the box, not where the box goes. I fixed it
with

  title("`name'", justification(left) span bexpand nobox) ///

not sure I need all those, but it worked.

cheers,
Jeph


*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index