@@ -123,7 +123,7 class Spectrum(): | |||||
123 | XAxisAsTime) |
|
123 | XAxisAsTime) | |
124 |
|
124 | |||
125 | if not(self.__isPlotIni): |
|
125 | if not(self.__isPlotIni): | |
126 | self.iniPlot() |
|
126 | self.iniPlot(winTitle) | |
127 |
|
127 | |||
128 | plplot.plsstrm(self.indexPlot) |
|
128 | plplot.plsstrm(self.indexPlot) | |
129 |
|
129 |
@@ -104,7 +104,7 class Osciloscope(): | |||||
104 | self.setup(titleList, xlabelList, ylabelList, XAxisAsTime) |
|
104 | self.setup(titleList, xlabelList, ylabelList, XAxisAsTime) | |
105 |
|
105 | |||
106 | if not(self.__isPlotIni): |
|
106 | if not(self.__isPlotIni): | |
107 | self.iniPlot() |
|
107 | self.iniPlot(winTitle) | |
108 |
|
108 | |||
109 | plplot.plsstrm(self.indexPlot) |
|
109 | plplot.plsstrm(self.indexPlot) | |
110 |
|
110 |
General Comments 0
You need to be logged in to leave comments.
Login now