Changeset 1f4fde5
- Timestamp:
- May 4, 2022, 12:57:35 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- c899175
- Parents:
- 8197ca5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/plot.py
r8197ca5 r1f4fde5 92 92 print("Making Plots") 93 93 94 for name, data in s eries.items():94 for name, data in sorted(series.items()): 95 95 _col = next(colors) 96 96 plt.scatter(data['x'], data['y'], color=_col, label=name, marker='x')
Note: See TracChangeset
for help on using the changeset viewer.