Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7484)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7485)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/02/08 Thomas Bretz
+
+   * datacenter/macros/plotdb.C: 
+     - some minor changes to the layout
+
+
+
  2006/02/07 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7484)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7485)
@@ -153,4 +153,8 @@
         gPad->SetGridy();
 
+        gPad->SetLeftMargin(0.06);
+        gPad->SetRightMargin(0.06);
+        gPad->SetBottomMargin(0.08);
+
         TH1 *h = g.GetHistogram();
 
@@ -158,4 +162,7 @@
         h->SetYTitle(name);
         h->GetXaxis()->SetTimeDisplay(1);
+        h->GetYaxis()->SetTitleOffset(0.8);
+        h->GetXaxis()->SetTitleOffset(1.0);
+        h->GetXaxis()->SetLabelOffset(0.01);
 
         g.DrawClone("AP");
