Skip to content

Commit

Permalink
Update labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Sep 14, 2023
1 parent 45b7927 commit 3b88e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bayesian_inference/plot_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def plot_qhat_across_analyses(
# Use mean in all other cases
ymax = 2*max(qhat_mean)
ax.set_ylim([ymin, ymax])
ax.legend(title=f'{label}', title_fontsize=12,
ax.legend(title=f'{label}, 0-10% central data', title_fontsize=13,
loc='upper right', fontsize=12, frameon=False)

# Add preliminary label
Expand Down

0 comments on commit 3b88e7a

Please sign in to comment.