Skip to content

Commit d6dede2

Browse files
committed
fix bins in normalizing flow tutorial
1 parent f9d7f0b commit d6dede2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ histogram2d(
169169
samples[1, :],
170170
samples[2, :];
171171
normalize=:pdf,
172-
nbins=32,
172+
nbins=(16, 16),
173173
xlabel="α",
174174
ylabel="β",
175175
xlims=(0, 4),
@@ -261,7 +261,7 @@ histogram2d(
261261
samples[1, :],
262262
samples[2, :];
263263
normalize=:pdf,
264-
nbins=64,
264+
nbins=(16, 16),
265265
xlabel="α",
266266
ylabel="β",
267267
xlims=(0, 4),

0 commit comments

Comments
 (0)