是否可以调整绘图条形图的条形图钉尺寸?

时间:2021-01-05 12:54:41

标签: jupyter-notebook plotly

我正在使用 plotly express 库

我的条形图是:

fig = px.bar(abc_df, x=abc_df['xdata'],y = abc_df['ydata'],width= 20,title="Chart Title" )

fig.update_layout(
    title_font_family="Times New Roman",
    title_font_color="red",
    autosize=True,
    width=1800,
    height=600,) 
fig.show()

plotly express bar cookbook

我需要调整哪些参数来改变这个? 谢谢

0 个答案:

没有答案
相关问题