Skip to content

Commit

Permalink
BUG: monthly IC heatmap use red for positive IC
Browse files Browse the repository at this point in the history
This commit makes the positive IC blue and negative IC red
  • Loading branch information
luca-s committed Mar 16, 2018
1 parent f683b4b commit e076eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphalens/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def plot_monthly_ic_heatmap(mean_monthly_ic, ax=None):
annot_kws={"size": 7},
linewidths=0.01,
linecolor='white',
cmap=cm.coolwarm,
cmap=cm.coolwarm_r,
cbar=False,
ax=a)
a.set(ylabel='', xlabel='')
Expand Down

0 comments on commit e076eff

Please sign in to comment.