[Matplotlib-users] latex ' (prime)

2011-02-03 Thread Jason Grout
Observe the following image: import pylab pylab.plot([0,1],[1,2],label=$\sigma'_0$) pylab.legend() pylab.savefig('test.png') Notice that the \prime introduced by the single quote in the legend is not raised above the \sigma, like it would be in TeX (i.e., in TeX, $\sigma'_0$ is equivalent to

[Matplotlib-users] latex ' (prime)

2011-02-01 Thread Jason Grout
Observe the following image: import pylab pylab.plot([0,1],[1,2],label=$\sigma'_0$) pylab.legend() pylab.savefig('test.png') Notice that the \prime introduced by the single quote in the legend is not raised above the \sigma, like it would be in TeX (i.e., in TeX, $\sigma'_0$ is equivalent to

Re: [Matplotlib-users] latex ' (prime)

2011-02-01 Thread Darren Dale
On Tue, Feb 1, 2011 at 12:29 PM, Jason Grout jason-s...@creativetrax.com wrote: Observe the following image: import pylab pylab.plot([0,1],[1,2],label=$\sigma'_0$) pylab.legend() pylab.savefig('test.png') Notice that the \prime introduced by the single quote in the legend is not raised

Re: [Matplotlib-users] latex ' (prime)

2011-02-01 Thread Jason Grout
On 2/1/11 11:40 AM, Darren Dale wrote: On Tue, Feb 1, 2011 at 12:29 PM, Jason Grout jason-s...@creativetrax.com wrote: Observe the following image: import pylab pylab.plot([0,1],[1,2],label=$\sigma'_0$) pylab.legend() pylab.savefig('test.png') Notice that the \prime introduced by the