[SOLVED] Setting decimal points Y-axis of Multigraph

Hi,

I have search, but not found a way to set number of decimal points of an axis. I am drawing a multigraph, and wish to set number of decimals to e.g. 2. When plotting a graph the labels on my y-axis goes as following 0.00, 0.05, [color=red]0.1[/color] etc… , then [color=red]1[/color], 1.05 etc. I would very much like 0.1 to be 0.10 and 1 to be 1.00 !!

I guess this should be pretty easy - or not…

Answer:

GetYaxis()->SetDecimals() sets num of decimal points equal for all nums on the y-axis.

Maiken