##// END OF EJS Templates
tamaño spectra revertido
José Chávez -
r1076:58f2e65722e7
parent child
Show More
@@ -25,8 +25,8 class SpectraPlot(Figure):
25 self.isConfig = False
25 self.isConfig = False
26 self.__nsubplots = 1
26 self.__nsubplots = 1
27
27
28 self.WIDTH = 1000
28 self.WIDTH = 300
29 self.HEIGHT = 1000
29 self.HEIGHT = 300
30 self.WIDTHPROF = 120
30 self.WIDTHPROF = 120
31 self.HEIGHTPROF = 0
31 self.HEIGHTPROF = 0
32 self.counter_imagwr = 0
32 self.counter_imagwr = 0
General Comments 0
You need to be logged in to leave comments. Login now