EcoliSimulator
2.0.1a
|
#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) |
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
tipo_grafico | histogram/ "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
name_file_gnu | name of script to pass to gnuplot |
string setNameRunMultiplot | ( | int | cont_glob_sim, |
int | saveConforme, | ||
int | tipo_grafico | ||
) |