#ifndef GNUPLOT__HPP #define GNUPLOT__HPP #include // montrer les points d'interpolation. template void gnuplotfile(const M& Points,string fich) { ofstream f; f.open(fich); for(typename M::const_iterator I=Points.begin();I!=Points.end(); I++) { auto p=I->first; f< void gnuplotfile(int nx,int ny,real* a,string fich) { ofstream f; f.open(fich); for(int j=0;j