X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=76b0ae4e0a65693c7b677a6434f4e8aa39bc90d3;hb=3ea498d51ce4597e9649cd21f155b51175ea0bea;hp=fdeea3fc67e629806693132dcbffc63da9667068;hpb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index fdeea3f..76b0ae4 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.20 2001/01/28 19:10: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 @@ -29,13 +29,8 @@ #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,6 +163,8 @@ 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");