From ba66986d2a05edaf9f6b7e8b76ad34eaf3d4e7ad Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 5 Dec 2020 14:00:18 +0100 Subject: [PATCH] increase dpi --- src/langfingaz/plotMeetings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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