From c36e6defef7adafd5a651e93e729ce92eef75127 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Tue, 27 Jun 2017 10:22:40 +0000 Subject: [PATCH] Summary: Color of backprojection changed from 6 to 5(yellow) --- src/imach.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/imach.c b/src/imach.c index 1d85e91..308b741 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.271 2017/06/27 10:17:50 brouard + Summary: Some bug with rint + Revision 1.270 2017/05/24 05:45:29 brouard *** empty log message *** @@ -7105,12 +7108,12 @@ void printinggnuplot(char fileresu[], char optionfilefiname[], double ageminpar, if (i==cpt) fprintf(ficgp," %%lf (%%lf)"); else fprintf(ficgp," %%*lf (%%*lf)"); } - fprintf(ficgp,"\" t\"95%% CI\" w l lt 6,\"%s\" every :::%d::%d u 1:($2==%d ? $3-1.96*$4 : 1/0) \"%%lf %%lf",subdirf2(fileresu,"VBL_"),nres-1,nres-1,nres); + fprintf(ficgp,"\" t\"95%% CI\" w l lt 5,\"%s\" every :::%d::%d u 1:($2==%d ? $3-1.96*$4 : 1/0) \"%%lf %%lf",subdirf2(fileresu,"VBL_"),nres-1,nres-1,nres); for (i=1; i<= nlstate ; i ++) { if (i==cpt) fprintf(ficgp," %%lf (%%lf)"); else fprintf(ficgp," %%*lf (%%*lf)"); } - fprintf(ficgp,"\" t\"\" w l lt 6"); + fprintf(ficgp,"\" t\"\" w l lt 5"); } /* end if backprojcast */ } /* end if backcast */ fprintf(ficgp,"\nset out ;unset label;\n"); -- 2.43.0