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:
Cory Balaton 2023-09-12 22:50:24 +02:00
commit 12ae9cf087
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

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