current TeX

minor code changes for GFX
This commit is contained in:
2017-05-02 17:01:21 +02:00
parent 8596732f43
commit 47def9ad90
7 changed files with 281 additions and 95 deletions

View File

@@ -337,6 +337,7 @@ public:
pefAll->writePlotToFile(Settings::fPathGFX + "/overall-system-error.gp");
pefAll->getPlot().getMargin().set(4, 0.2, 0.1, 1.8);
pefAll->getPlot().setStringMod(new K::GnuplotStringModLaTeX());
pefAll->getPlot().getKey().setVisible(true);
pefAll->getPlot().getKey().setPosition(K::GnuplotKey::Hor::RIGHT, K::GnuplotKey::Ver::BOTTOM);
pefAll->getPlot().getKey().setWidthIncrement(7);