From log to linear scale axis

Hi, i want to change the log scale of a multigraph to linear scale, is there a way to do that?

gPad->SetLogx(0);
gPad->SetLogy(0);