Skip to content

Commit

Permalink
update cross-correlation plot
Browse files Browse the repository at this point in the history
  • Loading branch information
annacprice committed Dec 9, 2021
1 parent d77dd58 commit d075cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covate/cross_correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def laggedcorr(timeseries, lineagelist, primaryregion, secondregion, enddate,
ax1.add_artist(at)

ax2 = fig.add_subplot(gs[1, 1:])
ax2.hist(max_combine_05.iloc[:, 0], bins=bins_list, color="slategrey")
ax2.hist(max_combine_05.iloc[:, 1], bins=bins_list, color="slategrey")
x_ticks = [-30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25]
ax2.set_ylabel('Lineage Count', fontsize=14)
ax2.set_xlabel('Lag (days)', fontsize=14)
Expand Down

0 comments on commit d075cc7

Please sign in to comment.