ppt function to replace images
This commit is contained in:
2
plots.py
2
plots.py
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user