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

Class DataForOnePlot

src/scripts/perf/plotPerformance.py:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 plots = set(getattr(row, multiplePlots) for row in data)
171
172 class DataForOnePlot:
173 def __init__(self, inlabel, inxdata, inydata):
174 self.label = inlabel
175 self.xdata = inxdata
176 self.ydata = inydata
177
178 dataForAllPlots = []
179 for plot in plots:

Callers 1

plotFromDataFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected