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