![]()  | 
  
    EcoliSimulator
    2.0.1a
    
   | 
 
Functions | |
| void | lunch_gnuplot (string name_file_gnu) | 
| void | gnuplot_run (string names[], string nome_info, double mean, int tipo_run, int save_, int cont_sim) | 
| void gnuplot_run | ( | string | names[], | 
| string | nome_info, | ||
| double | mean, | ||
| int | tipo_run, | ||
| int | save_, | ||
| int | cont_sim | ||
| ) | 
function to plot the run or tumbles
| void lunch_gnuplot | ( | string | name_file_gnu | ) | 
This function lunch the script name_file_gnu via gnuplot It is not used everytime since it has been written not at the beginning of the devopment of the softwer. You might want to substitute other command with this function
| name_file_gnu | name of script to pass to gnuplot |