Re: [Matplotlib-users] permille sign in labels

2010-03-31 Thread Nils Wagner
On Wed, 24 Mar 2010 10:14:29 -0400
  Michael Droettboom md...@stsci.edu wrote:
 You can use Unicode.
 
  ylabel(u'\u2030')
 
 http://www.unicode.org/charts/charindex.html
 
 Mike
  

Degree Celsius u'\u2103' doesn't work.

/usr/local/lib64/python2.4/site.packages/matplotlib/mathtext.py:722: 
MathTextWarning: Unrecognized symbol '\u2103'.
Substituting with a dummy symbol.

How can I resolve the problem ?

Nils

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] permille sign in labels

2010-03-24 Thread Nils Wagner
Hi all,

does anybody know how to draw a permille sign in ylabel ?
  

Nils

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] permille sign in labels

2010-03-24 Thread Michael Droettboom
You can use Unicode.

  ylabel(u'\u2030')

http://www.unicode.org/charts/charindex.html

Mike

Nils Wagner wrote:
 Hi all,

 does anybody know how to draw a permille sign in ylabel ?
   

 Nils

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users
   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] permille sign in labels

2010-03-24 Thread Angus McMorland
On 24 March 2010 10:05, Nils Wagner nwag...@iam.uni-stuttgart.de wrote:
 Hi all,

 does anybody know how to draw a permille sign in ylabel ?

ax.set_ylabel(u'blah \u2030')

--
AJC McMorland
Post-doctoral research fellow
Neurobiology, University of Pittsburgh

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users