Skip to content

Commit 6446e17

Browse files
committed
refactor: change image folder
1 parent 18b18d0 commit 6446e17

File tree

2 files changed

+1
-1
lines changed

2 files 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('results/result.jpg', bbox_inches='tight')
34+
plt.savefig('results/1D_to_2D.jpg', bbox_inches='tight')
3535

3636

3737
class RecurrencePlot(object):

results/1D_to_2D.jpg

72.9 KB
Loading

0 commit comments

Comments
 (0)