plotly express是plotly 包裝器,它允許使用更簡單的語法。 ... import plotly.express as px fig = px.line(x='x data set', y= 'y data set') ...
確定! 回上一頁