Untitled
unknown
plain_text
2 years ago
357 B
6
Indexable
fig = px.bar(data_chain.sort_values('count', ascending=False), x='category', y='count', title='Количество сетевых и несетевых объектов по категориям', color='chain', text=data_chain['share'], color_discrete_sequence=px.colors.qualitative.Set3 )
Editor is loading...