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

Functions

void lunch_gnuplot (string name_file_gnu)
 
string setNameRunMultiplot (int cont_glob_sim, int saveConforme, int tipo_grafico)
 
void gnuplot_run_multiplot (string nome_info, string names[], int save_, int cont_glob_sim, int tipo_grafico)
 

Function Documentation

void gnuplot_run_multiplot ( string  nome_info,
string  names[],
int  save_,
int  cont_glob_sim,
int  tipo_grafico 
)

Function to plot or save the histogram/ "log-histogram" of run/tumble: two in one image

Parameters
tipo_graficohistogram/ "log-histogram" tipo_grafico == 0 hist; == 1 frac name of the file to lunch gnuplot
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
string setNameRunMultiplot ( int  cont_glob_sim,
int  saveConforme,
int  tipo_grafico 
)