Skip to content

Commit

Permalink
Fixed spine lines
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjimenez committed Aug 19, 2019
1 parent 70dae6d commit a6f1bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified results/processed/figure.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion results/processed/plot_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def read_ranking_file(file_name, with_std=False):
plt.yticks(np.arange(0.0, 110.0, 20.0))
ax.spines['top'].set_visible(False)
ax.spines['right'].set_visible(False)
ax.yaxis.grid(which='major', color='grey', linestyle='-', linewidth=0.25, alpha=0.5)
#ax.yaxis.grid(which='major', color='grey', linestyle='-', linewidth=0.25, alpha=0.5)

plt.subplots_adjust(left=0.1, bottom=0.1, right=0.9, top=0.9, wspace=0.4, hspace=0.6)
plt.figlegend( ['High', 'Medium', 'Acceptable'], loc = 'lower center', ncol=3, labelspacing=0.)
Expand Down

0 comments on commit a6f1bd2

Please sign in to comment.