Spaces:
Sleeping
Sleeping
Output to SVG in create_scatter_plot_with_curve_with_variances_named()
Browse files- analyze_winscore.py +1 -0
analyze_winscore.py
CHANGED
@@ -139,6 +139,7 @@ def create_scatter_plot_with_curve_with_variances_named(category, variance_acros
|
|
139 |
|
140 |
# Create a figure for the category
|
141 |
p = figure(
|
|
|
142 |
sizing_mode="stretch_width",
|
143 |
height=800,
|
144 |
#title=f"{category} vs Model Size vs Variance Across Categories",
|
|
|
139 |
|
140 |
# Create a figure for the category
|
141 |
p = figure(
|
142 |
+
output_backend="svg",
|
143 |
sizing_mode="stretch_width",
|
144 |
height=800,
|
145 |
#title=f"{category} vs Model Size vs Variance Across Categories",
|