Ignore:
Timestamp:
10/25/18 19:42:25 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbadpixels/MHBadPixels.cc

    r9851 r19304  
    6060    fBadId->SetDirectory(NULL);
    6161    fBadId->UseCurrentStyle();
    62     fBadId->SetXTitle("\\Theta [\\circ]");
     62    fBadId->SetXTitle("\\Theta [#circ]");
    6363    fBadId->SetYTitle("pixel Id");
    6464    fBadId->SetTitleOffset(1.2, "Y");
     
    6969    fBadN->SetDirectory(NULL);
    7070    fBadN->UseCurrentStyle();
    71     fBadN->SetXTitle("\\Theta [\\circ]");
     71    fBadN->SetXTitle("\\Theta [#circ]");
    7272    fBadN->SetYTitle("number of bad pixels");
    7373    fBadN->SetTitleOffset(1.2, "Y");
Note: See TracChangeset for help on using the changeset viewer.