removed the bug in plotting
This commit is contained in:
parent
f4dc9f7783
commit
539544099d
|
@ -26,3 +26,4 @@ for str_col in lst_column:
|
||||||
# plt.show()
|
# plt.show()
|
||||||
# plt.close()
|
# plt.close()
|
||||||
plt.savefig(f'{str_col}.pdf', bbox_inches="tight")
|
plt.savefig(f'{str_col}.pdf', bbox_inches="tight")
|
||||||
|
plt.close()
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue