X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Freconstruct.cpp;h=a0d74167f2e45a914f6411fde3041fe195750e7d;hp=df76e9001da312089caa0653de024cb134e9af99;hb=d84febd85035c7985334618cdda43df21824efbe;hpb=1b75738eb959e06f404e1a92068b4c706917acb2 diff --git a/libctsim/reconstruct.cpp b/libctsim/reconstruct.cpp index df76e90..a0d7416 100644 --- a/libctsim/reconstruct.cpp +++ b/libctsim/reconstruct.cpp @@ -213,7 +213,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool #else ezplotProj.addCurve (m_adPlotXAxis, detval, m_pProj->nDet()); #endif - pSGP->setTextPointSize (12); + pSGP->setTextPointSize (9); ezplotProj.plot (pSGP); ezplotProj.ezset ("clear"); @@ -228,7 +228,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool ezplotProj.ezset ("box"); ezplotProj.ezset ("grid"); ezplotProj.addCurve (m_adPlotXAxis, adFilteredProj, m_nFilteredProjections); - pSGP->setTextPointSize (12); + pSGP->setTextPointSize (9); ezplotProj.plot (pSGP); }