Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
replace b=true with visible=true
  • Loading branch information
harsha-simhadri authored Oct 3, 2023
1 parent 36b81c8 commit b83410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def mean_y(algo):
# plt.gca().set_position([box.x0, box.y0, box.width * 0.8, box.height])
ax.legend(handles, labels, loc='center left',
bbox_to_anchor=(1, 0.5), prop={'size': 9})
plt.grid(b=True, which='major', color='0.65', linestyle='-')
plt.grid(visible=True, which='major', color='0.65', linestyle='-')
plt.setp(ax.get_xminorticklabels(), visible=True)

# Logit scale has to be a subset of (0,1)
Expand Down

0 comments on commit b83410e

Please sign in to comment.