- Timestamp:
- 02/08/06 17:10:47 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7484 r7485 18 18 19 19 -*-*- 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 20 27 2006/02/07 Daniela Dorner 21 28 -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7460 r7485 153 153 gPad->SetGridy(); 154 154 155 gPad->SetLeftMargin(0.06); 156 gPad->SetRightMargin(0.06); 157 gPad->SetBottomMargin(0.08); 158 155 159 TH1 *h = g.GetHistogram(); 156 160 … … 158 162 h->SetYTitle(name); 159 163 h->GetXaxis()->SetTimeDisplay(1); 164 h->GetYaxis()->SetTitleOffset(0.8); 165 h->GetXaxis()->SetTitleOffset(1.0); 166 h->GetXaxis()->SetLabelOffset(0.01); 160 167 161 168 g.DrawClone("AP");
Note:
See TracChangeset
for help on using the changeset viewer.