Merge branch 'janitaws/plot-and-latex' of github.uio.no:FYS3150-G2-2023/Project-1 into janitaws/plot-and-latex

This commit is contained in:
2023-09-12 22:50:24 +02:00

View File

@@ -1,7 +1,6 @@
import matplotlib.pyplot as plt
def main():
fig, ax = plt.subplots()
x = []
gen_alg = []
spec_alg = []