|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-02-06 16:52:44
|
On 06.02.2013 11:42, Martin Krupicka wrote:
> set terminal svg enhanced
> set ylabel ' Δ E^‡'
I think you'll have to put the superscript in {} for that to work.
set ylabel ' Δ E^{‡}'
gnuplot's internal engine doesn't know about &#x syntax, so it has no
way of knowing that it's not just the & you wanted in superscript.
Whether or not that will help with smuggling the '&' through, I'm not sure.
|