Correct error
This commit is contained in:
+1
-1
@@ -929,7 +929,7 @@ def disk_pdf(
|
||||
P.xlabel(r"$\log(N / \bar{N})$")
|
||||
P.ylabel("Probability density")
|
||||
P.title(title)
|
||||
P.hist(dcoldens, nb_bins_hist, range=(-1, 2))
|
||||
P.hist(dcoldens, nb_bin_hist, range=(-1, 2))
|
||||
|
||||
if interactive:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user