We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1fc40 commit f46b99cCopy full SHA for f46b99c
main.py
@@ -31,7 +31,7 @@ def save_plot():
31
hspace = 0.21
32
33
plt.subplots_adjust(left, bottom, right, top, wspace, hspace)
34
- plt.savefig('result.jpg', bbox_inches='tight')
+ plt.savefig('results/result.jpg', bbox_inches='tight')
35
36
37
class RecurrencePlot(object):
0 commit comments