Index: trunk/MagicSoft/Mars/mhist/MHCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 2781)
+++ trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 2790)
@@ -375,4 +375,5 @@
 //   'content'     Display the relative content aligned to GetMaximum() and
 //                 GeMinimum() ((val-min)/(max-min))
+//   'proj'        Display the y-projection of the histogram
 //
 void MHCamera::Draw(Option_t *option)
@@ -620,5 +621,11 @@
       CreateProjection();
       opt.ReplaceAll("proj", "");
+      Float_t he = gStyle->GetStatH();
+      Float_t wi = gStyle->GetStatH();
+      gStyle->SetStatH(0.4);
+      gStyle->SetStatW(0.25);
       fYProj->Paint(opt);
+      gStyle->SetStatH(he);      
+      gStyle->SetStatW(wi);      
       return;
     }
