Spaces:
Runtime error
Runtime error
File size: 268 Bytes
976166f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
plot_layout = dict(
legend=dict(
orientation="h",
),
yaxis_title=None,
xaxis_title=None,
margin=dict(l=0, r=0, t=30, b=0),
uniformtext_mode='hide',
)
barplot_trace = dict(
marker_line_width=0,
selector=dict(type="bar"),
)
|