Figures were generated using ggplot2 v.3.3.3 and pheatmap v.1.0.12. All statistical analyses were carried out using Python 2.7(packages Stats v.1.2.1 and NumPy v.1.16.5). Reporting summary Further information on research design is available in the Nature Research Reporting Summary linked to ...
plt.style.use('ggplot') plt.fill_between(X, occ_min, occ_max, color="blue") plt.plot(X, occ_mean, c="white") plt.tight_layout() plt.show() Output: With df = df.astype({"Time1": np.datetime64,"Occurring1": np.int}) each time mark has the same date (2019-03-05is just...