]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Fri, 2 Sep 2016 07:25:01 +0000 (07:25 +0000)
committerN. Brouard <brouard@ined.fr>
Fri, 2 Sep 2016 07:25:01 +0000 (07:25 +0000)
src/imach.c

index 99bf5de604fdeef205988072bd7d74774ed5b7ce..5f306cf099e3605b16bc4538f66bcd90cbff37be 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.244  2016/09/02 07:17:34  brouard
+  *** empty log message ***
+
   Revision 1.243  2016/09/02 06:45:35  brouard
   *** empty log message ***
 
@@ -6441,7 +6444,7 @@ void printinggnuplot(char fileresu[], char optionfilefiname[], double ageminpar,
          /* fprintf(ficgp,",\"%s\" every :::%d::%d u 1:($%d) t\"Backward stable prevalence\" w l lt 3",subdirf2(fileresu,"PLB_"),k1-1,k1-1,1+cpt); */
          fprintf(ficgp,",\"%s\" u 1:((",subdirf2(fileresu,"PLB_")); /* Age is in 1, nres in 2 to be fixed */
          if(cptcoveff ==0){
-           fprintf(ficgp,"$%d)) t 'Backward prevalence in state %d' with line ",        2+(cpt-1),  cpt );
+           fprintf(ficgp,"$%d)) t 'Backward prevalence in state %d' with line lt 3",    2+(cpt-1),  cpt );
          }else{
            kl=0;
            for (k=1; k<=cptcoveff; k++){    /* For each combination of covariate  */
@@ -6456,7 +6459,7 @@ void printinggnuplot(char fileresu[], char optionfilefiname[], double ageminpar,
              /*6+1+(i-1)+(nlstate+1)*nlstate; 6+1+(1-1) +(2+1)*2=13 */ 
              /* ''  u 6:(($1==1 && $2==0 && $3==2 && $4==0)? $9/(1.-$15) : 1/0):($5==2000? 3:2) t 'p.1' with line lc variable*/
              if(k==cptcoveff){
-               fprintf(ficgp,"$%d==%d && $%d==%d)? $%d : 1/0) t 'Backward prevalence in state %d' ",kl+1, Tvaraff[k],kl+1+1,nbcode[Tvaraff[k]][lv], \
+               fprintf(ficgp,"$%d==%d && $%d==%d)? $%d : 1/0) t 'Backward prevalence in state %d' w l lt 3",kl+1, Tvaraff[k],kl+1+1,nbcode[Tvaraff[k]][lv], \
                        2+cptcoveff*2+(cpt-1),  cpt );  /* 4 or 6 ?*/
              }else{
                fprintf(ficgp,"$%d==%d && $%d==%d && ",kl+1, Tvaraff[k],kl+1+1,nbcode[Tvaraff[k]][lv]);