EcoliSimulator  2.0.1a
gnuplot_run.cpp File Reference
#include <iostream>
#include <fstream>
#include "setSizesTitles.hpp"
#include "setFileNamesRun.hpp"

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)
 

Function Documentation

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

Parameters
name_file_gnuname of script to pass to gnuplot