MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / DataForOnePlot

Class DataForOnePlot

src/scripts/perf/plotPerformance.py:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 plots = set(getattr(row, multiplePlots) for row in data)
184
185 class DataForOnePlot:
186 def __init__(self, inlabel, inxdata, inydata):
187 self.label = inlabel
188 self.xdata = inxdata
189 self.ydata = inydata
190
191 dataForAllPlots=[]
192 for plot in plots:

Callers 1

plotFromDataFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected