[plotting] got the old way in again

This commit is contained in:
Max Zwiessele 2015-10-16 14:55:04 +01:00
parent 327ed46c6e
commit b236896fbd
4 changed files with 10 additions and 5 deletions

View file

@ -94,7 +94,7 @@ def plot_SpikeSlab(parameterized, fignum=None, ax=None, colors=None, side_by_sid
a.set_xticklabels('')
# binary prob plot
a = fig.add_subplot(*sub2)
a.bar(x,gamma[:,i],bottom=0.,linewidth=0,width=1.0,align='center')
a.bar(x,gamma[:,i],bottom=0.,linewidth=1.,width=1.0,align='center')
a.set_xlim(x.min(), x.max())
a.set_ylim([0.,1.])
pb.draw()