Add extra argument to axis selection updater

This commit is contained in:
DarkPhoenix
2019-08-16 08:51:58 +03:00
parent f3551ce570
commit 477c43884a
3 changed files with 18 additions and 14 deletions

View File

@@ -90,6 +90,7 @@ class FitGraph(metaclass=ABCMeta):
srcVectorDef = None
tgtVectorDef = None
hasTargets = False
usesHpEffectivity = False
def getPlotPoints(self, mainInput, miscInputs, xSpec, ySpec, src, tgt=None):
cacheKey = self._makeCacheKey(src=src, tgt=tgt)