Re: [Matplotlib-users] Unicode characters in PS output

2013-02-25 Thread Ryan Nelson
On 2/25/2013 9:29 PM, Gökhan Sever wrote: Hello, For some reason, I can't get the degree sign showing up in my ps output: Here is the simple test code: fp = plt.figure(figsize=(8.5, 11)) fp.text(0.5, 0.5, u"Temperature, ^(0)C", color='black', fontsize=16) plt.savefig('test.ps '

[Matplotlib-users] Unicode characters in PS output

2013-02-25 Thread Gökhan Sever
Hello, For some reason, I can't get the degree sign showing up in my ps output: Here is the simple test code: fp = plt.figure(figsize=(8.5, 11)) fp.text(0.5, 0.5, u"Temperature, ⁰C", color='black', fontsize=16) plt.savefig('test.ps', papertype='letter') plt.savefig('test.pdf', papertype='letter'