new plotlabel

This commit is contained in:
weygoldt
2023-01-26 17:05:40 +01:00
parent 257c9276e2
commit 083e62612d
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ def main(datapath: str):
bplot1 = ax.boxplot([time_precents, chirps_percents],
showfliers=False, patch_artist=True)
ps.set_boxplot_color(bplot1, ps.gray)
ax.set_xticklabels(['Time \nChasing', 'Chirps \nin Chasing'])
ax.set_xticklabels(['Time \nchasing', 'Chirps \nin chasing'])
ax.set_ylabel('Percent')
ax.scatter(np.ones(len(time_precents))*scatter_time, time_precents,
facecolor=ps.white, s=size)