Path: news.mathworks.com!not-for-mail
From: "justabovemaine maine" <justabovemaine@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: parts per mil (%o) symbol?
Date: Wed, 3 Jun 2009 19:05:19 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <h06hhf$qql$1@fred.mathworks.com>
References: <h063vp$b3r$1@fred.mathworks.com> <h06br1$1qc$1@fred.mathworks.com>
Reply-To: "justabovemaine maine" <justabovemaine@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1244055919 27477 172.30.248.35 (3 Jun 2009 19:05:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 3 Jun 2009 19:05:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1834790
Xref: news.mathworks.com comp.soft-sys.matlab:544618


"Jan Simon" <matlab.THIS_YEAR@nMINUSsimon.de> wrote in message <h06br1$1qc$1@fred.mathworks.com>...
> Dear justabovemaine maine!
> 
> > quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  
> 
> Depending on the applied font, CHAR(137) could help.
> 
> Good luck, Jan

Thanks, Jan!

I tried using char(137) but just get a blank string.  Any recommendations which font to use?  i tried, ylabel(char(137),'fontname','arial') but w/ no luck.  Thanks again for your help.