Axis Title - How to include text "Ten to the negative f

Hi,
Can you tell me how to include “Ten to the negative five” in Y axis title in root graph
As an example "Ten to the Negative five GeV"
Thank you
Pushpa

Hi,
see root.cern.ch/root/html/TLatex: 10^{-5}
Use TH1::SetYTitle() (use TGraph::GetHistogram() if you start from a TGraph) or TAxis::SetTitle().
Axel.

Thank you very much
Pushpa