def sphere(theta, phi): x=np.cos(phi)*np.cos(theta) ... import plotly.plotly as py from plotly.graph_objs import * import plotly.tools as tls ...
確定! 回上一頁