##// END OF EJS Templates
size of spectra plots = 250 again
jespinoza -
r1136:11af635bee3e
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 = 300
28 self.WIDTH = 250
29 self.HEIGHT = 300
29 self.HEIGHT = 250
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