Skip to content

Commit

Permalink
fix plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Feb 25, 2020
1 parent e34418e commit e2d0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uravu/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ def plot_corner(relationship, figsize=(8, 8)): # pragma: no cover
)
]
)
return fig, ax
return ax

0 comments on commit e2d0871

Please sign in to comment.