diff --git a/ddresc_visu/draw.py b/ddresc_visu/draw.py index e664dea..87ff421 100644 --- a/ddresc_visu/draw.py +++ b/ddresc_visu/draw.py @@ -13,8 +13,8 @@ colors = { BORDERCOLOR = (64,64,64) -W = 1920 * 2 // 3 -H = 1060 +W = 1920 * 5 // 6 +H = 1040 CELLSIZE = 8 CELLBORDER = 0 CELLMARGIN = 3