Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 123 |
-
fig.update_yaxes(tickfont=dict(size=
|
| 124 |
|
| 125 |
# 3) Increase the size of the numeric annotations in the heatmap cells
|
| 126 |
-
fig.update_traces(textfont=dict(size=
|
| 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')
|