|
From: Christoph B. <us...@be...> - 2009-09-15 08:27:51
|
Mojca Miklavec schrieb: > I don't know the specification, but removing the space, that means changing > <tspan>e</tspan> > <tspan font-size="9.6pt" dy="-6.00pt">iπ</tspan> > into > <tspan>e</tspan><tspan font-size="9.6pt" dy="-6.00pt">iπ</tspan> > helped. I don't know whether this classifies as gnuplot problem or > viewer problem, but I would expect > <text>a > b > c</text> > to print out "a b c", not "abc", But what we have here, is <text>a</text> <text>b</text> <text>c</text> and then the spaces outside the tag should not matter. Christoph |