Interface for passing data sets to a file and plotting them, if gnuplot is installed.
More...
#include <cassert>
#include <cmath>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/stdstreams.hh>
Go to the source code of this file.
The data sets for a specific window have to be passed by the addDataSet function and then plotted by using the plot function.
◆ GNUPLOT_EXECUTABLE
#define GNUPLOT_EXECUTABLE "/usr/bin/gnuplot" |