Can we write canvas title with latex symbol

Dear experts,
contrarily to histogram title for example, I can’t use latex to write the canvas name. Indeed when I do (*) in root 6.8, the canvas title is “#mu”, but I want to have the mu symbol. Is it normal?
Regards

(*)
canvascut] = new TCanvas(“mycanvas”, “#mu”, 1100, 700);

Hi,

Latex is only valid for the canvas content, not for the window title (i.e. not for the GUI)

Cheers, Bertrand.

Hi Bertrand,

Ok, thank you for your answer.

Regards

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