Please could you tell me how to switch off the exponent for the x-axis of a TMultiGraph? I’m creating it in a python script, its constituent TGraphs were made using SetNoExponent() and they display correctly, but the multigraph is displayed using an exponent. In my python script, mg.GetXaxis().SetNoExponent() has no effect.
I’d also be interested in switching it off in JSROOT as a workaround as that’s what I’m using to display the graphs.
Hi, I applied SetNoExponent to the multigraph later on - after the graphs had been added to it - and that fixed the problem. Thanks for the inspiration!
Naomi.