Changeset 18198 for trunk/Mars/fact


Ignore:
Timestamp:
06/10/15 16:11:42 (9 years ago)
Author:
dneise
Message:
minor layout changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/plots/quality.C

    r18197 r18198  
    394394
    395395
    396     g1.SetMinimum(0);
    397     g1.SetMaximum(100);
     396    g1.SetMinimum(10);
     397    g1.SetMaximum(80);
    398398    g1.SetMarkerColor(kAzure);
    399399    g1.SetMarkerStyle(marker_style);
     
    860860    gPad->SetRightMargin(0.001);
    861861    gPad->SetLeftMargin(0.04);
     862    gPad->SetBottomMargin(0);
    862863    cout << PlotTemperature1(runs, fname) << endl;
    863864    cout << PlotTemperature2(runs, fname) << endl;
Note: See TracChangeset for help on using the changeset viewer.