current state

This commit is contained in:
2017-04-18 18:03:31 +02:00
parent 3e244118cc
commit 11cb939758
18 changed files with 1809 additions and 516 deletions

View File

@@ -71,6 +71,10 @@ public:
return gp;
}
K::GnuplotPlot& getPlot() {
return gplot;
}
void writeCodeTo(const std::string& file) {
this->codeFile = file;
}