|
From: Sebastian B. <web...@th...> - 2009-05-12 09:56:06
|
Hey Matthias!
Thanks for working on that!
Matthias Michler wrote:
> ... I'm not sure that following problem also occurs for Sebastian, ...
it does.
> ... PS-backend ... the upper part of the b is somehow hidden ...
> f.text(0.5, 0.5, r"{\color[rgb]{0,1,0} a } b {\color{blue} $\nu, \mu, \tau$}")
In addition to that, I have the strange behaviour that the "b" is not
displayed at all when using
f.text(0.5, 0.5, r"{\color[rgb]{0,1,0} a } b")
--> gives only a green "a"
but it is without the "color" command:
f.text(0.5, 0.5, r"{ a } b")
--> gives black "a b"
Pretty weird, isn't it?
Best,
Sebastian.
|