mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-24 20:49:32 +01:00
increase dpi
This commit is contained in:
parent
7faacc6e86
commit
ba66986d2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user