LMK if want any changes

This commit is contained in:
Mouleesh 2024-03-19 22:33:16 +00:00
parent ba3e563973
commit 5cbdd4b6aa
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

View file

@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
cur_dir = os.getcwd() cur_dir = os.getcwd()
#relative_path = 'out-pack/1784598-stn-newloss-shb/test_stats.h5' #relative_path = 'out-pack/1784598-stn-newloss-shb/test_stats.h5'
relative_paths = ['out-pack/filter_test_base-sha.h5', 'out-pack/filter_test_oldloss-sha.h5', 'out-pack/filter_test_newloss-sha.h5', 'out-pack/filter_test_base-shb.h5','out-pack/filter_test_newloss-shb.h5','out-pack/filter_test_oldloss-shb.h5'] relative_paths = ['out-pack/filter_test_base-sha.h5', 'out-pack/filter_test_oldloss-sha.h5', 'out-pack/filter_test_newloss-sha.h5', 'out-pack/filter_test_base-shb.h5','out-pack/filter_test_oldloss-shb.h5','out-pack/filter_test_newloss-shb.h5']
labels = ['base', 'oldloss', 'newloss'] labels = ['base', 'oldloss', 'newloss']
first_group = relative_paths[:3] first_group = relative_paths[:3]
second_group =relative_paths[3:] second_group =relative_paths[3:]
@ -64,7 +64,7 @@ plt.suptitle("Shangai-B dataset")
plt.tight_layout() plt.tight_layout()
# Save the graph # Save the graph
plt.savefig('Shangai-B_dataset.png') plt.savefig('Shangai-B_datasets.png')
# Show plot # Show plot
plt.show() plt.show()