Skip to content

Commit 2bd0935

Browse files
committed
update resolution to dpi
1 parent f3707dc commit 2bd0935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/glasgow_zenith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def make_zenith_plot(
8080

8181
# Export to in-memory buffer
8282
buf = io.BytesIO()
83-
p.export(buf, format="png", resolution=resolution)
83+
p.export(buf, format="png", dpi=resolution)
8484
buf.seek(0)
8585

8686
return buf.getvalue()

0 commit comments

Comments
 (0)