Reduce temperature course image size
This commit is contained in:
parent
20788ca6a9
commit
0bdcc5a14b
@ -64,6 +64,8 @@ def draw_temperature_image():
|
||||
color = "#b6b6b6"
|
||||
|
||||
fig, ax = plt.subplots(1)
|
||||
fig.set_figwidth(4)
|
||||
fig.set_figheight(2)
|
||||
fig.set_facecolor(background_color)
|
||||
|
||||
ax.set_facecolor(background_color)
|
||||
|
Loading…
Reference in New Issue
Block a user