Shifting TMultigraph on x-axis to the same starting point

Try: delete MyGraph->GetHistogram(); MyGraph->SetHistogram(0); if (gPad) { gPad->Modified(); gPad->Update(); }