Styling polts
This commit is contained in:
@@ -305,7 +305,7 @@ if __name__ == "__main__":
|
||||
|
||||
fig.legend(loc="lower right")
|
||||
|
||||
plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")))
|
||||
plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")), bbox_inches="tight")
|
||||
# except Exception as e:
|
||||
# print("Error processing file: {}".format(csv))
|
||||
# print(str(e))
|
||||
|
||||
Reference in New Issue
Block a user