Index: trunk/Mars/mhflux/MHAlpha.cc
===================================================================
--- trunk/Mars/mhflux/MHAlpha.cc	(revision 17895)
+++ trunk/Mars/mhflux/MHAlpha.cc	(revision 17909)
@@ -963,6 +963,12 @@
 
     const Double_t imax = fFit.GetSignalIntegralMax();
-    if (imax<1)
-        h->GetXaxis()->SetRangeUser(0, 0.6*0.6);
+//    cout << "-----> IMAX " << imax << endl;
+//    cout << " bins: " << binlo << " " << binhi << endl;
+//    cout << " max: " << hon->GetMaximum() << " " << hoff->GetMaximum() << endl;
+//    if (imax<1)
+//        h->GetXaxis()->SetRangeUser(0, 0.6*0.6);
+
+    //to avoid that '0.3' is not displayed properly
+    h->GetXaxis()->SetRangeUser(0, 0.29);
 
     // scale off-data
@@ -971,4 +977,5 @@
     fit.ScaleAndFit(*hon, hoff);
 
+//    cout << " max: " << hon->GetMaximum() << " " << hoff->GetMaximum() << endl;
     hon->SetMinimum(0);
     hoff->SetMinimum(0);
@@ -978,4 +985,5 @@
     {
         hoff->SetMaximum(TMath::Max(hon->GetMaximum(),hoff->GetMaximum())*1.1);
+//        cout << "setting max to " << TMath::Max(hon->GetMaximum(),hoff->GetMaximum())*1.1 << endl;
         hoff->Draw("bar");
         hon->Draw("same");
@@ -1021,13 +1029,21 @@
 
     TText *ptxt = pave->AddText(" ");
-    ptxt->SetTextAlign(23);
-
-    ptxt = pave->AddText(MString::Format("Significance %.1f\\sigma,  off-scale %.2f",
+    ptxt->SetTextAlign(20);
+
+    ptxt = pave->AddText(MString::Format("Significance  %.1f#sigma,  off-scale  %.2f",
                                          fit.GetSignificance(), fit.GetScaleFactor()));
-    ptxt->SetTextAlign(23);
+//    ptxt = pave->AddText(MString::Format("Significance  %.1f,  off-scale  %.2f",
+//                                         fit.GetSignificance(), fit.GetScaleFactor()));
+    ptxt->SetTextAlign(21);
+    //ptxt->SetTextFont(4);
+    //ptxt->SetTextSize(0.2);
 
     ptxt = pave->AddText(MString::Format("%.1f excess events,  %.1f background events",
                                          fit.GetEventsExcess(), fit.GetEventsBackground()));
-    ptxt->SetTextAlign(23);
+
+    ptxt->SetTextAlign(21);
+    //ptxt->SetTextFont(4);
+    //ptxt->SetTextSize(20);
+
     pave->SetBit(kCanDelete);
     pave->Draw();
Index: trunk/Mars/mhflux/MHAlpha.h
===================================================================
--- trunk/Mars/mhflux/MHAlpha.h	(revision 17895)
+++ trunk/Mars/mhflux/MHAlpha.h	(revision 17909)
@@ -139,5 +139,5 @@
     }
 
-    void DrawNicePlot(const char *title="MAGIC Telescope observation", const char *watermark="preliminary", Int_t binlo=-1, Int_t binhi=9999) { DrawNicePlot(kTRUE, title, watermark, binlo, binhi); } //*MENU*
+    void DrawNicePlot(const char *title="FACT observation", const char *watermark="preliminary", Int_t binlo=-1, Int_t binhi=9999) { DrawNicePlot(kTRUE, title, watermark, binlo, binhi); } //*MENU*
     void DrawNicePlot(Bool_t newc, const char *title=0, const char *watermark=0, Int_t binlo=-1, Int_t binhi=9999);
     void DrawAll() { DrawAll(kTRUE); } //*MENU*
