Statalist


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

RE: st: Graph label question


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: Graph label question
Date   Thu, 14 Jan 2010 19:50:19 -0000

-asciiplot- from SSC lets you identify what -char()- does with your OS and general set-up. 

This thread refers to various user-written programs, which are however orthogonal to the main issue. You are asked to explain where user-written programs you refer to come from. 

Nick 
[email protected] 

Fred Wolfe

Thank you Ulrich and Scott. As it turned out "`=char(160)'" produced a
cross. But "`=char(08)'" actually made a blank.

On Thu, Jan 14, 2010 at 10:01 AM, Scott Merryman

> 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)

On Thu, Jan 14, 2010 at 9:25 AM, Fred Wolfe

>> 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