Skip to content

Commit 027aa62

Browse files
committed
Caught one last straggler
1 parent 48f0b44 commit 027aa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/separation_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def separation_plot( p, y, **kwargs ):
2929
colors_bmh = np.array( ["#eeeeee", "#348ABD"] )
3030

3131

32-
fig = plt.figure( )#figsize = (8, 1.3*M) )
32+
fig = plt.figure( )
3333

3434
for i in range(M):
3535
ax = fig.add_subplot(M, 1, i+1)

0 commit comments

Comments
 (0)