Changes in / [c899175:d1c47c2]
- File:
-
- 1 edited
-
benchmark/plot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/plot.py
rc899175 rd1c47c2 93 93 print("Making Plots") 94 94 95 for name, data in s orted(series.items()):95 for name, data in series.items(): 96 96 _col = next(colors) 97 97 plt.scatter(data['x'], data['y'], color=_col, label=name, marker='x')
Note:
See TracChangeset
for help on using the changeset viewer.