# | Line 16 | Line 16 | class StackMaker: | |
---|---|---|
16 | if config.has_option('plotDef:%s'%var,'log') and not self.log: | |
17 | self.log = eval(config.get('plotDef:%s'%var,'log')) | |
18 | self.blind = eval(config.get(section,'blind')) | |
19 | < | if self.blind: blindopt='True' |
20 | < | else: blindopt = 'False' |
19 | > | #if self.blind: blindopt='True' |
20 | > | #else: blindopt = 'False' |
21 | if setup is None: | |
22 | self.setup=config.get('Plot_general','setup') | |
23 | if self.log: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |