Spaces:
Sleeping
Sleeping
Heatmap: Output to SVG in create_heatmap()
Browse files- analyze_winscore.py +1 -0
analyze_winscore.py
CHANGED
@@ -241,6 +241,7 @@ def create_heatmap(data_matrix, original_scores,
|
|
241 |
|
242 |
# Set up the figure with tasks as x-axis and models as y-axis
|
243 |
p = figure(
|
|
|
244 |
sizing_mode="fixed",
|
245 |
width=plot_width,
|
246 |
height=plot_height,
|
|
|
241 |
|
242 |
# Set up the figure with tasks as x-axis and models as y-axis
|
243 |
p = figure(
|
244 |
+
output_backend="svg",
|
245 |
sizing_mode="fixed",
|
246 |
width=plot_width,
|
247 |
height=plot_height,
|