PyDataLab
PyDataLab copied to clipboard
plotly_express 报错
wind = px.data.wind()
px.line_polar(wind, r="value", theta="direction", color="strength", line_close=True,
color_discrete_sequence=px.colors.sequential.Plotly[-2::-1])
AttributeError Traceback (most recent call last)
AttributeError: module '_plotly_utils.colors.sequential' has no attribute 'Plotly'