Skip to content

Commit d1f14fa

Browse files
committed
Merge branch 'master' of http://github.com/biophyscode/omnicalc
2 parents da699e2 + d6ea0b2 commit d1f14fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

omni/base/autoplotters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self,mode='supervised'):
2626
self.loader_name = None
2727
self.loader_ran = False
2828
self.script_name = None
29+
self.residue = {}
2930

3031
def register_loader(self,name,function):
3132
"""
@@ -57,6 +58,7 @@ def autoplot(self,out=None):
5758
status('executing plot function `%s`'%plot_name,tag='autoplot')
5859
if plot_name not in self.plot_functions:
5960
raise Exception('this script does not have a plot function named %s'%plot_name)
61+
6062
self.plot_functions.update(**self.residue)
6163
self.plot_functions[plot_name]()
6264

0 commit comments

Comments
 (0)