Plot of Lost Games

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