{ graph = new TGraph("data.txt"); graph->Draw("AP"); graph->SetMarkerStyle(20); graph->SetMarkerColor(4); graph->GetXaxis()->SetTitle("Luminblock"); graph->GetYaxis()->SetTitle("Events"); graph->SetTitle("Number of Events"); }