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