Spaces:
Running
Running
benediktstroebl
commited on
Commit
·
be40ce5
1
Parent(s):
4822e7e
updated width of plot
Browse files- utils/viz.py +1 -1
utils/viz.py
CHANGED
@@ -40,7 +40,7 @@ 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 = 600,
|
45 |
xaxis_title = x_label,
|
46 |
yaxis_title = y_label,
|
|
|
40 |
fig.update_xaxes(rangemode="tozero")
|
41 |
|
42 |
fig.update_layout(
|
43 |
+
width = 1300,
|
44 |
height = 600,
|
45 |
xaxis_title = x_label,
|
46 |
yaxis_title = y_label,
|