Re: [Matplotlib-users] making the space between ticks

2009-04-06 Thread Troels Kofoed Jacobsen
On Monday 06 April 2009 20:15:47 Jouni K. Seppänen wrote: > Chaitanya Krishna writes: > > That is, when I use pylab.ylabel(r'$V [A^{3}]$') I don't get any space > > in between V and [. > > Like TeX, matplotlib ignores spaces in math mode and uses spacing > derived from the usual roles of the symbo

Re: [Matplotlib-users] making the space between ticks

2009-04-06 Thread Jouni K . Seppänen
Chaitanya Krishna writes: > That is, when I use pylab.ylabel(r'$V [A^{3}]$') I don't get any space > in between V and [. Like TeX, matplotlib ignores spaces in math mode and uses spacing derived from the usual roles of the symbols. You need to use an explicit command to add space. > I also trie

Re: [Matplotlib-users] making the space between ticks

2009-03-05 Thread Chaitanya Krishna
Hi all, I am wondering how I can get space in the axis label while using the Latex mode. That is, when I use pylab.ylabel(r'$V [A^{3}]$') I don't get any space in between V and [. I also tried using the math mode spacing for Latex, So, if I try to do pylab.ylabel(r'$V\;[A^{3}]$'), I only get V a

[Matplotlib-users] making the space between ticks

2009-03-05 Thread Jorg Rødsjø
Hi I'm plotting a value for each day as bars, and another value for the same exact time as a regular graph. The problem is that the bars overlap, so I thought I could try to make the plot wider, to make more room, but I have been unable to do so. I was thinking that if I increased the space betwee