mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-15 14:17:04 +01:00
matrix plot fix
This commit is contained in:
@ -335,6 +335,7 @@ PlotMatrixNoRange::PlotMatrixNoRange(const DMat &m)
|
||||
{
|
||||
string tmpFileName = dumpToTmpFile(m);
|
||||
|
||||
pushTmpFile(tmpFileName);
|
||||
setCommand("'" + tmpFileName + "' matrix w image");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user