diff --git a/src/langfingaz/plotMeetings.py b/src/langfingaz/plotMeetings.py index 7ff42b4..0b9db24 100644 --- a/src/langfingaz/plotMeetings.py +++ b/src/langfingaz/plotMeetings.py @@ -86,7 +86,7 @@ def doPlotMeetings(bbbStati: List[BbbStatus]) -> Path: imgFormat ) ) - fig.savefig(image, format=imgFormat) + fig.savefig(image, format=imgFormat, dpi=400) # plt.show() return image