I found this solution: plotly.express solution: import plotly.express as px import numpy as np x = np.array([0,1]) y = np.array([1,1]) z ...
確定! 回上一頁