f64 commited on
Commit ·
401aa3d
1
Parent(s): c3a8074
- pages/6_Plotly.py +1 -1
pages/6_Plotly.py
CHANGED
|
@@ -20,7 +20,7 @@ figure = {
|
|
| 20 |
"data": [go.Scatter3d(z=x1, y=x2, x=x3, mode='markers',
|
| 21 |
marker=dict(size=3, color=x4, colorscale='Viridis', opacity=0.5)
|
| 22 |
)],
|
| 23 |
-
"layout": go.Layout(margin=dict(l=0, r=0, b=0, t=0), uirevision=my_uirevision)
|
| 24 |
}
|
| 25 |
|
| 26 |
st.plotly_chart(figure)
|
|
|
|
| 20 |
"data": [go.Scatter3d(z=x1, y=x2, x=x3, mode='markers',
|
| 21 |
marker=dict(size=3, color=x4, colorscale='Viridis', opacity=0.5)
|
| 22 |
)],
|
| 23 |
+
"layout": go.Layout(margin=dict(l=0, r=0, b=0, t=0), height=800, uirevision=my_uirevision)
|
| 24 |
}
|
| 25 |
|
| 26 |
st.plotly_chart(figure)
|