Changes in / [d1c47c2:c899175]
- File:
-
- 1 edited
-
benchmark/plot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/plot.py
rd1c47c2 rc899175 93 93 print("Making Plots") 94 94 95 for name, data in s eries.items():95 for name, data in sorted(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.