igormolybog commited on
Commit
fdcf7ea
·
verified ·
1 Parent(s): e696b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -119,11 +119,11 @@ else:
119
  )
120
 
121
  # 2) Increase just the tick label size on each axis
122
- fig.update_xaxes(tickfont=dict(size=14))
123
- fig.update_yaxes(tickfont=dict(size=14))
124
 
125
  # 3) Increase the size of the numeric annotations in the heatmap cells
126
- fig.update_traces(textfont=dict(size=14))
127
 
128
  # 4) Keep your other layout tweaks
129
  fig.update_yaxes(autorange='reversed')
 
119
  )
120
 
121
  # 2) Increase just the tick label size on each axis
122
+ fig.update_xaxes(tickfont=dict(size=20))
123
+ fig.update_yaxes(tickfont=dict(size=20))
124
 
125
  # 3) Increase the size of the numeric annotations in the heatmap cells
126
+ fig.update_traces(textfont=dict(size=20))
127
 
128
  # 4) Keep your other layout tweaks
129
  fig.update_yaxes(autorange='reversed')