Skip to content

Commit

Permalink
Reducing the plot size
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Jul 15, 2024
1 parent f9cca51 commit 6649bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/opera_daily_products_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
color=COLORS[ic], label=f"{LABELS[ic]}")
plt.legend(loc="upper right")

plt.savefig('opera_daily_products_query.png', bbox_inches='tight', dpi=500)
plt.savefig('opera_daily_products_query.png', bbox_inches='tight', dpi=400)
plt.close(fig)
# plt.show()

0 comments on commit 6649bb7

Please sign in to comment.