Changeset bb5b866 for doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py
- Timestamp:
- Sep 22, 2025, 2:51:09 PM (6 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 78bc398
- Parents:
- 1dec8f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py
r1dec8f3 rbb5b866 4 4 import sys 5 5 6 sys.path.insert(0, os.path.dirname(__file__) + "../../plots") 6 plotsdir = os.path.dirname(__file__) + "/../../plots" 7 sys.path.insert(0, plotsdir) 7 8 from ListCommon import * 8 9
Note:
See TracChangeset
for help on using the changeset viewer.