plotly farbspezifische Farbe
fig = px.bar(df,
color=columnName,
color_discrete_map= {'Coal': 'black',
'Oil': 'grey',
'Gas': 'blue'}
)
speedfastman