Plot of Won Games

{% set df = evaluation_data.sort_values("won") %} {{ px.bar(df, x="player_label", y="won").update_xaxes(title="Player").update_yaxes(title="Won Games").to_html() | safe }}