X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;fp=src%2Fdlgprojections.cpp;h=5e23b99d9ebd5a71ce19b8619bc34380fb8b0b48;hp=fdeea3fc67e629806693132dcbffc63da9667068;hb=6cea1255c6f86c368631246ece6ddcaf7be00ec4;hpb=41254166fcc1d5c646c603946ca92a96f3f6a4f6 diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index fdeea3f..5e23b99 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.21 2001/01/28 20:05:17 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 @@ -168,6 +168,7 @@ ProjectionsDialog::showView (int iViewNumber) ezplot.ezset ("grid"); ezplot.ezset ("box"); ezplot.ezset ("yticks left"); + ezplot.ezset ("xticks major 5"); ezplot.addCurve (detValues, detPos, detArray.nDet()); #if 1 ezplot.ezset ("xporigin 0.67");