current TeX

minor code changes
This commit is contained in:
2017-05-06 17:32:40 +02:00
parent 2438080389
commit edd41293c1
12 changed files with 650 additions and 132 deletions

View File

@@ -58,6 +58,10 @@ public:
lineErr[idx].getStroke().setWidth(w);
}
K::GnuplotStroke& getStroke(const int idx) {
return lineErr[idx].getStroke();
}
K::Gnuplot& getGP() {
return gp;
}