Skip to content
Snippets Groups Projects
Commit 4d17682a authored by Elie KHOURY's avatar Elie KHOURY
Browse files

replace .png by .pdf

parent ae593686
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,8 @@ def main():
pyplot.axis([0, 100, 0, 100]) #xmin, xmax, ymin, ymax
# save plot to file
pyplot.savefig("eigenface.png")
print("Saved figure 'eigenface.png'")
pyplot.savefig("eigenface.pdf")
print("Saved figure 'eigenface.pdf'")
# show ROC curve.
# enable it if you like. This will open a window and display the ROC curve
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment