Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2089)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2090)
@@ -19,4 +19,7 @@
    * mmmain/MStatusDisplay.[h,cc]:
      - implemented Search
+
+   * mhist/MHSigmaTheta.cc:
+     - removed borders around the pads (Draw)
 
 
Index: trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2089)
+++ trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2090)
@@ -232,4 +232,5 @@
 
     pad->cd(1);
+    gPad->SetBorderMode(0);
     gPad->SetLogy();
     h = fSigmaTheta.ProjectionX("ProjX-Theta", -1, 9999, "E");
@@ -242,13 +243,15 @@
 
     pad->cd(2);
+    gPad->SetBorderMode(0);
     h = fDiffPixTheta.Project3D("zx");
     h->SetDirectory(NULL);
     h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. \\Theta (all pixels)");
     h->SetXTitle("\\Theta [\\circ]");
-    h->SetYTitle("\\sigma_{ped}^2-\\bar{\\sigma}_{ped}^{2}");
+    h->SetYTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2}");
     h->Draw("box");
     h->SetBit(kCanDelete);
 
     pad->cd(3);
+    gPad->SetBorderMode(0);
     h = fSigmaPixTheta.Project3D("zx");
     h->SetDirectory(NULL);
@@ -260,4 +263,5 @@
 
     pad->cd(4);
+    gPad->SetBorderMode(0);
     h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
     h->SetDirectory(NULL);
@@ -269,4 +273,5 @@
 
     pad->cd(5);
+    gPad->SetBorderMode(0);
     h = fDiffPixTheta.Project3D("zy");
     h->SetDirectory(NULL);
@@ -278,4 +283,5 @@
 
     pad->cd(6);
+    gPad->SetBorderMode(0);
     h = fSigmaPixTheta.Project3D("zy");
     h->SetDirectory(NULL);
@@ -295,11 +301,2 @@
     //fSigmaPixTheta.Draw(opt);
 }
-
-
-
-
-
-
-
-
-
