LaTeX in Javascript visualisation mode

HI! I created a histogram with LaTeX formatted labels, something like:

hist = ROOT.TH1F("histo", "\Delta T\ (100ms);\Delta T [s];occuerencies", 100, 0, 1)

They are shown quiet fine; however if the Javascript visualisation is activated:

ROOT.enableJSVis()

the labels become plain text. Is that a bug? Is it possible to use LaTeX in the visualisation mode?
I wanted to customize my plot using the visualization mode and finally export it as a png.

Hi,
JavaScript ROOT supports LaTeX, but this support not enabled in iPython notebooks. This will be fixed soon.
Regards,
Sergey

1 Like