Skip to content

Commit

Permalink
Merge pull request #172 from harsha-simhadri/harshasi/plot-visible-fl…
Browse files Browse the repository at this point in the history
…ag-update

Update plot.py
  • Loading branch information
maumueller authored Oct 3, 2023
2 parents 36b81c8 + b83410e commit f3a474b
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 f3a474b

Please sign in to comment.