Skip to content

Commit

Permalink
Merge pull request #34 from raymondEhlers/dev
Browse files Browse the repository at this point in the history
Update labeling
  • Loading branch information
raymondEhlers authored Sep 14, 2023
2 parents e6c8206 + 3b88e7a commit 0dfeb19
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 0dfeb19

Please sign in to comment.