Re: [Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-16 Thread David
Dear Gökhan, thanks a lot for your reply and help! I could solve some of my problems, others remain elusive. On 16/03/10 07:59, Gökhan Sever wrote: Probably you need a unicode font-set that contain all the characters for those alphabets. You can look at this example to see a simple unicode

Re: [Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-16 Thread Jae-Joon Lee
On Tue, Mar 16, 2010 at 3:30 AM, David ld...@gmx.net wrote: On 16/03/10 07:59, Gökhan Sever wrote: Probably you need a unicode font-set that contain all the characters for those alphabets. You can look at this example to see a simple unicode demonstration example. Yes, I have done that, for

Re: [Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-16 Thread Jae-Joon Lee
On Tue, Mar 16, 2010 at 3:30 AM, David ld...@gmx.net wrote: This did not yield any results. With the above code, xlab.set_position((0.2, 0.1)), I change the position of the xlabel. But the problem is that my graph is cut before the xlabel has a chance to appear (see dea.png). Basically the

Re: [Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-16 Thread David
On 16/03/10 20:39, Jae-Joon Lee wrote: adjust your subplot parameters. plt.subplots_adjust(bottom=0.2) Yep, that did the trick! thanks Jae-Joon and Gökhan! David -- Download Intel#174; Parallel Studio Eval Try

[Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-15 Thread David
Hello everyone, I hope you can help me with two problems I am struggling with. The second question, I imagine, should be rather easy, but I wasn't able to figure it out by googling. a) My graph will have Chinese labels, however mpl does not render the Chinese characters. I was unable to

Re: [Matplotlib-users] [newbie] 2 problems: a) CJK, b) adding letters to points

2010-03-15 Thread Gökhan Sever
On Mon, Mar 15, 2010 at 6:18 PM, David ld...@gmx.net wrote: Hello everyone, I hope you can help me with two problems I am struggling with. The second question, I imagine, should be rather easy, but I wasn't able to figure it out by googling. a) My graph will have Chinese labels, however