X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;fp=src%2Fdlgprojections.cpp;h=e2d3a4402e4ce76dbfa61bcb16d8d3bea01c5182;hp=5e23b99d9ebd5a71ce19b8619bc34380fb8b0b48;hb=d3a6bf4aa2ccd32ed7671d1d97777dfc414df51d;hpb=cbcb02ba9b76a82c9a09ce1c7712431bb215575a diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 5e23b99..e2d3a44 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.21 2001/01/28 20:05:17 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.22 2001/01/30 05:05:41 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 @@ -169,6 +169,7 @@ ProjectionsDialog::showView (int iViewNumber) 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");