Re: [Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread Michael Droettboom
s used). Setting the backend to either TkAgg or GTKAgg in Spyder > results in no plot at all. > > > On 25/09/12 19:05, matplotlib-users-requ...@lists.sourceforge.net wrote: >> Message: 1 >> Date: Tue, 25 Sep 2012 09:01:14 -0400 >> From: Michael Droettboom >>

Re: [Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread andreasl
atplotlib-users-requ...@lists.sourceforge.net wrote: > Message: 1 > Date: Tue, 25 Sep 2012 09:01:14 -0400 > From: Michael Droettboom > Subject: Re: [Matplotlib-users] Tex-style factorial ! in legend > To: > Message-ID: <5061ab1a.8020...@stsci.edu> > Content-Type: text/plain; charset=&qu

Re: [Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread Michael Droettboom
This is working for me, even with text.usetex set to "False". What version of matplotlib are you using? Do you have anything set in your matplotlibrc file? Mike On 09/25/2012 06:10 AM, andreasl wrote: Hello, When I use something along the lines of legend( (r'$0.5^x/x!$', r'$1^x/x!$') ) f

Re: [Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread andreasl
On 25/09/12 11:44, Damon McDougall wrote: On Tue, Sep 25, 2012 at 11:10 AM, andreasl wrote: Hello, When I use something along the lines of legend( (r'$0.5^x/x!$', r'$1^x/x!$') ) for some reason omegas are drawn instead of the ! sign. I can't find an alternative here nor elsewhere. Any id

Re: [Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread Damon McDougall
On Tue, Sep 25, 2012 at 11:10 AM, andreasl wrote: > Hello, > > When I use something along the lines of > >legend( (r'$0.5^x/x!$', r'$1^x/x!$') ) > > for some reason omegas are drawn instead of the ! sign. I can't find an > alternative here nor elsewhere. Any ideas? > Looks fine to me. Do you

[Matplotlib-users] Tex-style factorial ! in legend

2012-09-25 Thread andreasl
Hello, When I use something along the lines of legend( (r'$0.5^x/x!$', r'$1^x/x!$') ) for some reason omegas are drawn instead of the ! sign. I can't find an alternative here nor elsewhere. Any ideas? Many thanks, Andreas ---