1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 09:35:54 +01:00

matrix plot fix

This commit is contained in:
Antonin Portelli 2019-11-08 12:58:38 +00:00
parent eb73d2f269
commit 35a20ed713

View File

@ -335,6 +335,7 @@ PlotMatrixNoRange::PlotMatrixNoRange(const DMat &m)
{
string tmpFileName = dumpToTmpFile(m);
pushTmpFile(tmpFileName);
setCommand("'" + tmpFileName + "' matrix w image");
}