Changeset 60f4919 for doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt
- Timestamp:
- Jun 14, 2023, 4:55:15 PM (3 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- a0bd9a2, d144c26
- Parents:
- 80fc78f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py
r80fc78f r60f4919 103 103 for idx, arr in enumerate(data): 104 104 plt.errorbar( procs, arr, [bars[idx][0], bars[idx][1]], capsize=2, marker=next(marker) ) 105 marker = itertools.cycle(('o', 's', 'D', 'x', 'p', '^', 'h', '*', 'v' )) 105 106 plt.yscale("log") 106 107 plt.xticks(procs)
Note:
See TracChangeset
for help on using the changeset viewer.