Skip to content

Commit eeac705

Browse files
committed
Reduce figure size and quality
1 parent 1f48614 commit eeac705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/scripts/plot_forecast_frame.mo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _(
190190
projection=REGIONS[region]["projection"],
191191
bbox=REGIONS[region]["extent"],
192192
name=region,
193-
size=(8, 8),
193+
size=(6, 6),
194194
)
195195
subplot = fig.add_map(row=0, column=0)
196196

@@ -204,7 +204,7 @@ def _(
204204

205205
fig.title(f"{param}, time: {validtime}")
206206

207-
fig.save(outfn, bbox_inches="tight", dpi=400)
207+
fig.save(outfn, bbox_inches="tight", dpi=200)
208208
LOG.info(f"saved: {outfn}")
209209
return
210210

0 commit comments

Comments
 (0)