Skip to content

Commit

Permalink
color scale without white
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein-Mahfouz committed Nov 15, 2024
1 parent 596d2f8 commit 135744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acbm/assigning/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def plot_workzone_assignment_heatmap(
)

ax = sns.heatmap(
heatmap_data, cmap="RdBu", ax=axes[i], cbar=i == len(categories) - 1
heatmap_data, cmap="viridis", ax=axes[i], cbar=i == len(categories) - 1
)
axes[i].set_title(f"Demand Difference: % of {category} Total")
axes[i].set_xlabel("Home Zone")
Expand Down

0 comments on commit 135744b

Please sign in to comment.