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
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
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
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