diff --git a/DAS/visualizor.py b/DAS/visualizor.py index ad9d31b..cb3c5d9 100644 --- a/DAS/visualizor.py +++ b/DAS/visualizor.py @@ -71,7 +71,8 @@ class Visualizor: self.plotSentData(result, plotPath) self.plotRecvData(result, plotPath) self.plotDupData(result, plotPath) - self.plotRowCol(result, plotPath) + if self.config.saveRCdist: + self.plotRowCol(result, plotPath) def plotMissingSamples(self, result, plotPath): """Plots the missing samples in the network"""