From 35a20ed713f436a8ae3cea6f5e74d15d16a9773e Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 8 Nov 2019 12:58:38 +0000 Subject: [PATCH] matrix plot fix --- lib/Core/Plot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Core/Plot.cpp b/lib/Core/Plot.cpp index 4b23ac6..6133241 100644 --- a/lib/Core/Plot.cpp +++ b/lib/Core/Plot.cpp @@ -335,6 +335,7 @@ PlotMatrixNoRange::PlotMatrixNoRange(const DMat &m) { string tmpFileName = dumpToTmpFile(m); + pushTmpFile(tmpFileName); setCommand("'" + tmpFileName + "' matrix w image"); }