Skip to content

Commit

Permalink
[edit] Change diagnostic output plot design + animation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouConreux committed Jan 9, 2025
1 parent fb3ff89 commit feac75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lute/tasks/bayfai.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,9 @@ def hist_and_compute_stats(self, powder, exp, run, ax):
linewidth=1.5,
label=f"{self.q} th Percentile ({self.Imin:.2f})",
)
ax.set_xlim([0, mean + 5 * std_dev])
ax.set_xlabel("Pixel Intensity")
ax.set_ylabel("Frequency")
ax.set_ylim([0, mean + 5 * std_dev])
ax.set_ylabel("Pixel Intensity")
ax.set_xlabel("Frequency")
ax.set_title(f"Histogram of Pixel Intensities \n for {exp} run {run}")
ax.legend(fontsize="x-small")

Expand Down

0 comments on commit feac75c

Please sign in to comment.