Changeset 7485 for trunk


Ignore:
Timestamp:
02/08/06 17:10:47 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7484 r7485  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/02/08 Thomas Bretz
     21
     22   * datacenter/macros/plotdb.C:
     23     - some minor changes to the layout
     24
     25
     26
    2027 2006/02/07 Daniela Dorner
    2128
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7460 r7485  
    153153        gPad->SetGridy();
    154154
     155        gPad->SetLeftMargin(0.06);
     156        gPad->SetRightMargin(0.06);
     157        gPad->SetBottomMargin(0.08);
     158
    155159        TH1 *h = g.GetHistogram();
    156160
     
    158162        h->SetYTitle(name);
    159163        h->GetXaxis()->SetTimeDisplay(1);
     164        h->GetYaxis()->SetTitleOffset(0.8);
     165        h->GetXaxis()->SetTitleOffset(1.0);
     166        h->GetXaxis()->SetLabelOffset(0.01);
    160167
    161168        g.DrawClone("AP");
Note: See TracChangeset for help on using the changeset viewer.