Index: trunk/FACT++/src/makeplots.cc
===================================================================
--- trunk/FACT++/src/makeplots.cc	(revision 17655)
+++ trunk/FACT++/src/makeplots.cc	(revision 17656)
@@ -201,6 +201,7 @@
     c3.SetLogy();
     hframe.GetYaxis()->SetTitle("Estimated relative threshold");
+    hframe.GetYaxis()->SetMoreLogLabels();
     hframe.SetMinimum(0.9);
-    hframe.SetMaximum(180);
+    hframe.SetMaximum(11);
     hframe.DrawCopy();
 
@@ -321,5 +322,5 @@
 
             if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
-                g3.SetPoint(g3.GetN(), axis, ratio*cur/6.2);
+                g3.SetPoint(g3.GetN(), axis, ratio*pow(cur/6.2, 0.394));
 
             if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
