MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / updateTracedict

Method updateTracedict

SLiCAP/SLiCAPplots.py:279–287  ·  view source on GitHub ↗

Updates the trace dictionary of the figure.

(self)

Source from the content-addressed store, hash-verified

277 - value: trace object
278 """
279 def updateTracedict(self):
280 """
281 Updates the trace dictionary of the figure.
282 """
283 self.traceDict = {}
284 for ax in self.axes:
285 for axrow in ax:
286 for trc in axrow.traces:
287 self.traceDict[trc.label] = trc
288
289 def plot(self):
290 """

Callers 1

plotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected