Hi,
I don’t know if this is the right place to ask.
I would like use the Draw(“text”) option, but write
the text which are floats with a given number of digits.
Thank you for your help
Christina Markert
Hi,
I don’t know if this is the right place to ask.
I would like use the Draw(“text”) option, but write
the text which are floats with a given number of digits.
Thank you for your help
Christina Markert
try:
gStyle->SetPaintTextFormat(“5.2f”);
hpxpy->Draw(“text”);