Skip to content

Commit

Permalink
fixed title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Galvin committed Jan 17, 2024
1 parent 049863c commit f35747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def plot_source_counts(
ax.set_yscale("log")
ax.set_xlabel("Flux Density (mJy)")
ax.set_ylabel(r"$\frac{dN}{dS} S^{\frac{5}{2}}$ (Jy$^{\frac{3}{2}}$ sr$^{-1}$)")
ax.title(f"{len(fluxes)} sources")
ax.set_title(f"{len(fluxes)} sources")
ax.set_xlim(0.2, 1.0e4)
ax.set_ylim(5.0e-2, 1.0e4)
ax.grid()
Expand Down

0 comments on commit f35747d

Please sign in to comment.