Summary: Color of backprojection changed from 6 to 5(yellow)
authorN. Brouard <brouard@ined.fr>
Tue, 27 Jun 2017 10:22:40 +0000 (10:22 +0000)
committerN. Brouard <brouard@ined.fr>
Tue, 27 Jun 2017 10:22:40 +0000 (10:22 +0000)
src/imach.c

index 1d85e91fd27c9b34db1661a4c1a287a4fb6a4fd5..308b741e70d3fb81317a8a6253108fe43676843c 100644 (file)
@@ -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");