Permil symbol axis

Hi,

do you know how to make the permil symbol, ‰, on a axis ?

It is tricky but the following works for me:

void a()
{
   hpx->Draw();
   hpx->GetXaxis()->SetTitle("\\hbox{‰}");
}

Nope - SyntaxError: Non-ASCII character ‘\xe2’

Yes this is not ascii. I had to copy/paste this character. Your editor should also accept none ascii characters. Here is the picture I get:

Like in the example shown here

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.