Spaces:
Running
Running
Commit
·
60d47bb
1
Parent(s):
df5cda0
changed pareto plot size
Browse files- utils/viz.py +2 -2
utils/viz.py
CHANGED
@@ -40,8 +40,8 @@ def create_scatter_plot(df, x: str, y: str, x_label: str = None, y_label: str =
|
|
40 |
fig.update_xaxes(rangemode="tozero")
|
41 |
|
42 |
fig.update_layout(
|
43 |
-
width =
|
44 |
-
height =
|
45 |
xaxis_title = x_label,
|
46 |
yaxis_title = y_label,
|
47 |
xaxis = dict(
|
|
|
40 |
fig.update_xaxes(rangemode="tozero")
|
41 |
|
42 |
fig.update_layout(
|
43 |
+
width = 1160,
|
44 |
+
height = 600,
|
45 |
xaxis_title = x_label,
|
46 |
yaxis_title = y_label,
|
47 |
xaxis = dict(
|