python グラフぐりぐり
#python
code: python
import plotly.graph_objects as go
fig = go.Figure(data=
go.Scatter3d(x=x,y=y,z=z,opacity=0.5)
)
fig.show()