Skip to content

Commit 006490f

Browse files
committed
fixed a constant i accidently changed
1 parent ac707db commit 006490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepcave/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Config:
6969
# Figure related
7070
SAVE_IMAGES = False # The figure will be saved to the cache directory.
7171
FIGURE_MARGIN = dict(t=30, b=0, l=0, r=0)
72-
FIGURE_HEIGHT = "400vh"
72+
FIGURE_HEIGHT = "40vh"
7373
FIGURE_DOWNLOAD_SCALE = 4.0
7474
FIGURE_FONT_SIZE = 20
7575

0 commit comments

Comments
 (0)