f64 commited on
Commit ·
3fc5f97
1
Parent(s): d51ca41
- pages/6_Plotly.py +1 -1
pages/6_Plotly.py
CHANGED
|
@@ -15,7 +15,7 @@ x4 = np.random.randn(n)
|
|
| 15 |
|
| 16 |
|
| 17 |
figure = {
|
| 18 |
-
"data": [go.Scatter3d(z=x1, y=x2, x=x3, color=x4
|
| 19 |
"layout": go.Layout(height=700, margin=dict(l=0, r=0, b=0, t=0), uirevision='foo')
|
| 20 |
}
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
figure = {
|
| 18 |
+
"data": [go.Scatter3d(z=x1, y=x2, x=x3)], # , color=x4
|
| 19 |
"layout": go.Layout(height=700, margin=dict(l=0, r=0, b=0, t=0), uirevision='foo')
|
| 20 |
}
|
| 21 |
|