##// 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 25 self.isConfig = False
26 26 self.__nsubplots = 1
27 27
28 self.WIDTH = 300
29 self.HEIGHT = 300
28 self.WIDTH = 250
29 self.HEIGHT = 250
30 30 self.WIDTHPROF = 120
31 31 self.HEIGHTPROF = 0
32 32 self.counter_imagwr = 0
General Comments 0
You need to be logged in to leave comments. Login now