Spaces:
Running
Running
Heatmap: The graph should be larger so that it can be reduced in size
Browse files- analyze_winscore.py +2 -2
analyze_winscore.py
CHANGED
|
@@ -228,10 +228,10 @@ def create_heatmap(data_matrix, original_scores,
|
|
| 228 |
plot_inner_height = None
|
| 229 |
if plot_width == None:
|
| 230 |
plot_inner_width = n_rows * cell_size
|
| 231 |
-
plot_width = plot_inner_width
|
| 232 |
if plot_height == None:
|
| 233 |
plot_inner_height = n_cols * cell_size
|
| 234 |
-
plot_height = plot_inner_height
|
| 235 |
|
| 236 |
if selected_rows is not None:
|
| 237 |
# Select only the specified rows (models)
|
|
|
|
| 228 |
plot_inner_height = None
|
| 229 |
if plot_width == None:
|
| 230 |
plot_inner_width = n_rows * cell_size
|
| 231 |
+
plot_width = plot_inner_width + 500
|
| 232 |
if plot_height == None:
|
| 233 |
plot_inner_height = n_cols * cell_size
|
| 234 |
+
plot_height = plot_inner_height + 500
|
| 235 |
|
| 236 |
if selected_rows is not None:
|
| 237 |
# Select only the specified rows (models)
|