Skip to content

Commit f46b99c

Browse files
committed
fix: change path for saving plot
1 parent ac1fc40 commit f46b99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def save_plot():
3131
hspace = 0.21
3232

3333
plt.subplots_adjust(left, bottom, right, top, wspace, hspace)
34-
plt.savefig('result.jpg', bbox_inches='tight')
34+
plt.savefig('results/result.jpg', bbox_inches='tight')
3535

3636

3737
class RecurrencePlot(object):

0 commit comments

Comments
 (0)