Index: trunk/MagicSoft/Cosy/tpoint/gui.C
===================================================================
--- trunk/MagicSoft/Cosy/tpoint/gui.C	(revision 7294)
+++ trunk/MagicSoft/Cosy/tpoint/gui.C	(revision 7295)
@@ -13,4 +13,5 @@
 #include <TH1.h>
 #include <TH2.h>
+#include <TText.h>
 #include <TGraphErrors.h>
 
@@ -260,5 +261,5 @@
         //view->WCtoNDC(x1, y1);
     
-        mark0.DrawMarker(y0[0], y0[1]);
+        mark0.DrawMarker(-y0[0], y0[1]);
         //mark1.DrawMarker(y1[0], y1[1]);
     }
@@ -793,5 +794,5 @@
         gPad->SetTheta(90);
         gPad->SetPhi(90);
-        TH2F h2res1("Res2D1", " Dataset positions on the sky ", 32, 0, 360,  10, 0, 90);
+        TH2F h2res1("Res2D1", " Dataset positions on the sky ", 36, 0, 360,  8, 0, 90);
         h2res1.SetBit(TH1::kNoStats);
         h2res1.DrawCopy("surf1pol");
@@ -800,4 +801,11 @@
         for (int i=0; i<fOriginal.GetSize(); i++)
             DrawSet(gPad, *(Set*)fOriginal.At(i));//, 10./hres1.GetMean());
+
+        TText text;
+        text.SetTextAlign(22);
+        text.DrawText( 0.00,  0.66, "N");
+        text.DrawText( 0.66,  0.00, "E");
+        text.DrawText( 0.00, -0.66, "S");
+        text.DrawText(-0.66,  0.00, "W");
     
         c1->cd(3);
