Dear experts
I want to set titles of axis, the flow is:
c->cd(4);
gPad->DrawFrame(-850,-850,850,850);
DrawCDC();
hitmap_wireEven->GetXaxis()->SetTitle("X [mm]");
hitmap_wireEven->GetYaxis()->SetTitle("Y [mm]");
hitmap_wireEven->SetMarkerStyle(20);
hitmap_wireEven->SetMarkerSize(0.4);
hitmap_wireEven->SetMarkerColor(1);
hitmap_wireEven->Draw("P");
where in DrawCDC() a circle is drawn by TEllipse. However, the title of axises were not set correctly (they don’t exist), how can I set them correctly?
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided