Plots of Scores

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