(This is tested with pyqt 5.9, it may not work with much older versions.) import numpy as np import plotly.graph_objs as go fig = go.Figure() fig.add_scatter(x= ...
確定! 回上一頁