Skip to content

Commit

Permalink
Merge pull request #166 from sblunt/results_bugfix
Browse files Browse the repository at this point in the history
Update results.py
  • Loading branch information
sblunt committed Apr 28, 2020
2 parents 1c44f0d + 035e5fd commit 7d3292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbitize/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def plot_corner(self, param_list=None, **corner_kwargs):
'sig': '$\\sigma$ [m/s]',
'mtot': '$M_T$ [M$_\\odot$]',
'm0': '$M_0$ [M$_\\odot$]',
'm': '$M_{0}$ [M$_\{Jup\}$]',
'm': '$M_{0}$ [M$_\{{Jup\}}$]',
}

if param_list is None:
Expand Down

0 comments on commit 7d3292e

Please sign in to comment.