Grouped Slider BarHistogram

Hello guys,

i have a short question to u all! :slight_smile:

I would like to make a histogram with groups (see picture 1) β†’ With a timeslider

I have already made one but it only shows me the β€œclass 1” β†’ english: β€œclass 1”.

Code:

fig = px.histogram(df_for_slider1, x="Klasse", y="Betrag", color='Import/Export', barmode='group', height=400, animation_frame="Jahr",  animation_group="Klasse", labels={'Betrag':'Warenwert in €'}, title='Warenwerte von 2007-2021 nach Klassen sortiert')



fig["layout"].pop("updatemenus") # optional, drop animation buttons
fig.show()

Do you have an idea what could be wrong?

I would be very grateful to you!

Greets!

1 Like

Hi @datascience_student thank you for your post and welcome!

Not sure what the problem is, I would recommend you to follow these guidelines to increase your chances to have an answer.

  1. How to write a Minimal Reproducible Example (MRE)
  2. How to Get your Questions Answered on the Plotly Forum