Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
cramirezpe committed Jun 8, 2023
1 parent 8c4b68b commit d05fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picca_bookkeeper/read_desi_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def masked_pixels_percentage(
ax.set_title(f"{color}-band")

axs[0].set_ylabel(r"% of masked pixels")
fig.supxlabel(r"$\lambda_{\rm obs} \, [\AA]$")
fig.supxlabel(r"$\lambda \, [\AA]$")
if downsampling < 1:
plt.suptitle(
f"Percentage of masked pixels for a subsample of fugu data (subsample {round(downsampling*100, 2)}%)"
Expand Down

0 comments on commit d05fa50

Please sign in to comment.