Skip to content

Commit

Permalink
remove units from ESOL since on log-scale, rename title for esol (hyd…
Browse files Browse the repository at this point in the history
…ration FREE energy)
  • Loading branch information
GeorgeBatch committed Sep 13, 2020
1 parent ec78af5 commit 3beb9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util_scripts/plotting_functions_and_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

# titles (everywhere)
datasets_to_titles = {
'freesolv': 'solvation energy'.title(),
'freesolv': 'solvation free energy'.title(),
'esol': 'log solubility'.title(),
'lipophilicity': 'octanol/water distribution coefficient'.title()
}

# units (CIs)
datasets_to_units = {
'freesolv': '(kcal/mol)',
'esol': '(mol/litre)',
'esol': '', # no units since on log-scale'(mol/litre)',
'lipophilicity': '(logD)'
}

Expand Down

0 comments on commit 3beb9bb

Please sign in to comment.