Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7352)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7358)
@@ -292,5 +292,5 @@
     //from signal*.root
     plot.SetDescription("Mean Pedestal RMS inner Camera;\\sigma_{P,I} [phe]", "PedRmsI");
-    plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.1);
+    plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.05);
     //from star*.root
     //muon
@@ -303,7 +303,7 @@
     //imgpar
     plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl");
-    plot.Plot("Star.fMeanNumberIslands",       0.5, 4.5, 0.1);
+    plot.Plot("Star.fMeanNumberIslands",       0.5, 4.5, 0.01);
     plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
-    plot.Plot("Star.fEffOnTime",               0, 10000, 60);
+    plot.Plot("Star.fEffOnTime",               0, 10000, 150);
     plot.SetDescription("Datarate [Hz]", "Rate");
     plot.Plot("Star.fDataRate",                0, 600, 10);
@@ -323,5 +323,5 @@
     //from signal*.root
     plot.SetDescription("Mean Pedestal RMS outer Camera;\\sigma_{P,O} [phe]", "PedRmsO");
-    plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.1);
+    plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.05);
 }
 
