1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-05-15 00:04:30 +01:00

matrix plot fix

This commit is contained in:
2019-11-08 12:58:38 +00:00
parent eb73d2f269
commit 35a20ed713
+1
View File
@@ -335,6 +335,7 @@ PlotMatrixNoRange::PlotMatrixNoRange(const DMat &m)
{
string tmpFileName = dumpToTmpFile(m);
pushTmpFile(tmpFileName);
setCommand("'" + tmpFileName + "' matrix w image");
}