r641: no message
[ctsim.git] / src / dlgprojections.cpp
index dfe49294280eaecdf2701fe921e74af9bc9cd857..76b0ae4e0a65693c7b677a6434f4e8aa39bc90d3 100644 (file)
@@ -7,9 +7,9 @@
 **   Date Started:  August 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dlgprojections.cpp,v 1.18 2001/01/17 11:00:18 kevin Exp $
+**  $Id: dlgprojections.cpp,v 1.23 2001/02/22 11:05:38 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #pragma implementation "dlgprojections.h"
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
 #ifndef WX_PRECOMP
 #include "wx/utils.h"
 #include "wx/frame.h"
@@ -168,8 +163,18 @@ ProjectionsDialog::showView (int iViewNumber)
                        ezplot.ezset ("grid");
                        ezplot.ezset ("box");
                        ezplot.ezset ("yticks left");
+                       ezplot.ezset ("xticks major 5");
+                       ezplot.ezset ("yticks major 10");
                        ezplot.addCurve (detValues, detPos, detArray.nDet());
+#if 1
+      ezplot.ezset ("xporigin 0.67");
+      ezplot.ezset ("yporigin 0.10");
+      ezplot.ezset ("xlength  0.33");
+      ezplot.ezset ("ylength  0.90");
+                       m_pSGP->setViewport (0., 0., 1., 1.);
+#else
                        m_pSGP->setViewport (0.67, 0.1, 1., 1.);
+#endif
                        ezplot.plot (m_pSGP);
                        delete detPos;
                }