[Matplotlib-users] \n not working in text ?

2006-12-28 Thread Eric Emsellem
hi, I am trying to have text written on 2 lines, but everything is written on a single line. Is that normal? here is an example: plot(arange(10)) ylabel('this is vertical \n test') text(0.5,0.5,this is a test \n but does not work) thanks Eric === Suse 10.1 matplotlib

Re: [Matplotlib-users] \n not working in text ?

2006-12-28 Thread Eric Firing
It works on my machine (linux) with svn, but I don't see anything about this in CHANGELOG. Eric Eric Emsellem wrote: hi, I am trying to have text written on 2 lines, but everything is written on a single line. Is that normal? here is an example: plot(arange(10)) ylabel('this is

Re: [Matplotlib-users] \n not working in text ?

2006-12-28 Thread Eric Emsellem
ok thanks for the check. Since it seems like a personal setting pb, I have now restarted from a clean matplotlibrc and set up my prefered option. It now works (no clue why it didn't...) sorry for the trouble and thanks for doing that test. cheers Eric Eric Firing wrote: It works on my machine