9 #ifndef multiplot_film_snapshots_h 10 #define multiplot_film_snapshots_h 19 double min_x,
double max_x,
double min_y,
double max_y,
double max_z,
double max_fc);
20 int scriptMultiPlot(
int risp_n, std::string title,
double min_x,
double max_x,
double min_y,
double max_y,
double max_z, std::vector<int> frame_n,
double Dt,
int n_iter,
int save_,
int con_gen,
int smaller = 0);
21 int scriptUpDownPer(std::string title,
double T,
int save,
int smaller = 0);
void lunch_gnuplot(std::string name_file_gnu)
void gnuplot_Multiplot(Funz_C *f, int dim_col_t, int cont_gen_sim, std::string names_info, double min_x, double max_x, double min_y, double max_y, double max_z, double max_fc)
int scriptUpDownPer(std::string title, double T, int save, int smaller=0)
int scriptMultiPlot(int risp_n, std::string title, double min_x, double max_x, double min_y, double max_y, double max_z, std::vector< int > frame_n, double Dt, int n_iter, int save_, int con_gen, int smaller=0)
Base class for the function describing the ligand concentration.
Definition: Funz_C.h:76