X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=870f13bfb47c4190f8559f871cc43138ca469e11;hp=4971292359e4f9134ee8b5f043f527eaaf5ad87a;hb=188a31eeb786dc0db5986fc4e78a86db2eb5f067;hpb=03e24c60cdc3d75c4482eaba8955f20a372bef76 diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 4971292..870f13b 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.11 2000/12/18 06:32:13 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.12 2000/12/18 06:47:13 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 @@ -163,7 +163,8 @@ ProjectionsDialog::showView (int iViewNumber) detPos[i] = i; EZPlot ezplot (*m_pSGP); ezplot.ezset("grid"); - ezplot.ezset("box"); + ezplot.ezset("box"); + ezplot.ezset("yticks left"); ezplot.addCurve (detValues, detPos, detArray.nDet()); m_pSGP->setViewport (0.67, 0.1, 1., 1.); ezplot.plot();