We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0b44 commit 027aa62Copy full SHA for 027aa62
Chapter2_MorePyMC/separation_plot.py
@@ -29,7 +29,7 @@ def separation_plot( p, y, **kwargs ):
29
colors_bmh = np.array( ["#eeeeee", "#348ABD"] )
30
31
32
- fig = plt.figure( )#figsize = (8, 1.3*M) )
+ fig = plt.figure( )
33
34
for i in range(M):
35
ax = fig.add_subplot(M, 1, i+1)
0 commit comments