ppt function to replace images

This commit is contained in:
2026-01-29 15:36:34 +01:00
parent bc12df28a5
commit 3ee25f9e33
6 changed files with 326 additions and 96 deletions

View File

@@ -496,7 +496,7 @@ class JPMCPlotsMixin:
# Bar chart
bars = alt.Chart(weighted_df).mark_bar(color=color).encode(
x=alt.X('Character:N', title=x_label),
x=alt.X('Character:N', title=x_label, sort='-y'),
y=alt.Y('Weighted Score:Q', title=y_label),
tooltip=[
alt.Tooltip('Character:N'),