@@ -124,6 +124,8 class Spectrum(): | |||||
124 | if not(self.__isPlotIni): |
|
124 | if not(self.__isPlotIni): | |
125 | self.iniPlot() |
|
125 | self.iniPlot() | |
126 |
|
126 | |||
|
127 | plplot.plsstrm(self.indexPlot) | |||
|
128 | ||||
127 | data = 10.*numpy.log10(self.m_Spectra.data_spc) |
|
129 | data = 10.*numpy.log10(self.m_Spectra.data_spc) | |
128 |
|
130 | |||
129 | nX, nY, nChan = numpy.shape(data) |
|
131 | nX, nY, nChan = numpy.shape(data) |
@@ -105,6 +105,8 class Osciloscope(): | |||||
105 | if not(self.__isPlotIni): |
|
105 | if not(self.__isPlotIni): | |
106 | self.iniPlot() |
|
106 | self.iniPlot() | |
107 |
|
107 | |||
|
108 | plplot.plsstrm(self.indexPlot) | |||
|
109 | ||||
108 | data = self.m_Voltage.data |
|
110 | data = self.m_Voltage.data | |
109 |
|
111 | |||
110 | x = self.m_Voltage.heights |
|
112 | x = self.m_Voltage.heights |
General Comments 0
You need to be logged in to leave comments.
Login now