【发布时间】:2021-10-05 17:14:59
【问题描述】:
需要将x轴的Interval长度从10改为7。
fig = px.scatter(df_2020_herb,
# x = "ssn_start_utc",
x="PastTime",
y="fld_id",
color="Productname",
hover_data=["name"],
)
fig.show()
我似乎无法在documentation 中找到更改它的参数。我应该在这里做什么
【问题讨论】:
标签: python matplotlib plotly