diff --git a/modelling/do_plots.py b/modelling/do_plots.py
index 646e6620172a36b98f0d1d146ea3ad39434a1f4f..6794f01e4560842bfa503fa12877e0e903eac980 100644
--- a/modelling/do_plots.py
+++ b/modelling/do_plots.py
@@ -50,7 +50,7 @@ n_lddt, bins_lddt, patches_lddt = plt.hist(lddt_diffs, 50, range=(-7.0,7.0),
 n_probity, bins_probity, patches_probity = plt.hist(probity_diffs, 50,
                                                     range=(-7.0,7.0), 
                                                     facecolor=cblue, alpha=0.75, 
-                                                    label='Molprobity score',
+                                                    label='MolProbity score',
                                                     linewidth=2.0,
                                                     edgecolor='k')
 plt.axvline(x=0.0,  linewidth=2, color='k', linestyle='--')
@@ -59,7 +59,7 @@ plt.xlabel(r'$\Delta$ score (ProMod3 - MODELLER)',fontsize='x-large')
 plt.ylabel('N',fontsize='x-large')
 plt.legend(frameon=False)
 
-plt.savefig(hist_plot_name)
+plt.savefig(hist_plot_name, dpi=300)
 
 probity_clash_promod = list()
 probity_clash_modeller = list()
diff --git a/modelling/promod3_vs_modeller_histplot.png b/modelling/promod3_vs_modeller_histplot.png
index 252f63db6caa2bb61986bb9bfe9c98587632c9c2..8f99a9cf99963c467981aa6ea02d893b85282ec2 100644
Binary files a/modelling/promod3_vs_modeller_histplot.png and b/modelling/promod3_vs_modeller_histplot.png differ