@@ -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 = |
|
28 | self.WIDTH = 250 | |
29 |
self.HEIGHT = |
|
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