diff --git a/code/plot_chirps_in_chasing.py b/code/plot_chirps_in_chasing.py index 19a505e..98894d8 100644 --- a/code/plot_chirps_in_chasing.py +++ b/code/plot_chirps_in_chasing.py @@ -67,8 +67,8 @@ def main(datapath: str): ax.boxplot([time_precents, chirps_percents]) ax.set_xticklabels(['Time Chasing', 'Chirps in Chasing']) ax.set_ylabel('Percent') - ax.scatter(np.ones(len(time_precents)), time_precents, color=ps.white) - ax.scatter(np.ones(len(chirps_percents))*2, chirps_percents, color=ps.white) + ax.scatter(np.ones(len(time_precents))*1.25, time_precents, color=ps.white) + ax.scatter(np.ones(len(chirps_percents))*1.75, chirps_percents, color=ps.white) plt.savefig('../poster/figs/chirps_in_chasing.pdf') plt.show() diff --git a/poster/figs/chirps_in_chasing.pdf b/poster/figs/chirps_in_chasing.pdf index 49ce2e1..836ca8e 100644 Binary files a/poster/figs/chirps_in_chasing.pdf and b/poster/figs/chirps_in_chasing.pdf differ