File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>Plotting aDNA simulated damage with geometric distribution for ADRSM</h1>
3131    </ p > 
3232    < form  id ="form "> 
3333        < label  for ="eq "> Parameter for geometric distribution:</ label > 
34-         < input  type ="number " id ="param " step ="0.01 " min ="0.1  " max ="1 " value ="0.5 " /> 
34+         < input  type ="number " id ="param " step ="0.01 " min ="0.01  " max ="1 " value ="0.5 " /> 
3535        < label  for ="eq "> Sequence size:</ label > 
3636        < input  type ="number " id ="seqsize " min ="20 " max ="100 " value ="30 " /> 
3737        < label  for ="eq "> Max probability:</ label > 
@@ -78,7 +78,8 @@ <h1>Plotting aDNA simulated damage with geometric distribution for ADRSM</h1>
7878                        title : 'nucleotide position' 
7979                    } , 
8080                    yaxis : { 
81-                         title : 'probability' 
81+                         title : 'probability' , 
82+                         range : [ 0 ,  1 ] 
8283                    } 
8384                } ; 
8485                const  data  =  [ trace1 ] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments