UCS2014 commited on
Commit
2c245dd
·
verified ·
1 Parent(s): 059c195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
27
 
28
  # ---- Plot sizing controls (edit here) ----
29
  CROSS_W = 520; CROSS_H = 520 # square cross-plot
30
- TRACK_W = 260; TRACK_H = 950 # log-strip style (tall, slightly wider)
31
  FONT_SZ = 13
32
- PLOT_COLS = [10, 3, 10] # 3-column band: left • spacer • right
33
 
34
  # =========================
35
  # Page / CSS
 
27
 
28
  # ---- Plot sizing controls (edit here) ----
29
  CROSS_W = 520; CROSS_H = 520 # square cross-plot
30
+ TRACK_W = 300; TRACK_H = 950 # log-strip style (tall, slightly wider)
31
  FONT_SZ = 13
32
+ PLOT_COLS = [11, 2, 9] # 3-column band: left • spacer • right
33
 
34
  # =========================
35
  # Page / CSS