Statalist


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

Re: st: Graph label question


From   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: Graph label question
Date   Thu, 14 Jan 2010 10:01:18 -0600

Try defining the value label using char(160).  For example:

sysuse auto,clear
qui  parmby "xi:regress mpg i.foreign i.rep78", label norestore
sencode parm,gene(parmid)
label define parmid 2 " ", modify
eclplot estimate min95 max95 parmid, name(gr1,replace)

label define parmid 2 "`=char(160)'", modify
labelbook parmid
eclplot estimate min95 max95 parmid, name(gr2,replace)

Scott




On Thu, Jan 14, 2010 at 9:25 AM, Fred Wolfe
<[email protected]> wrote:
> Question: How do I get the empty label (3,6,9, etc) to be blank
> instead of showing the number. I have not been able to find the answer
> to this in my searches.
>
*
*   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