Skip to content

Commit

Permalink
fix to some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Apr 21, 2020
1 parent 4c4a04e commit bc82501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions uravu/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ def plot_corner(relationship, figsize=(8, 8)): # pragma: no cover
figure (in inches). Default is `(10, 6)`.
Returns:
(matplotlib.figure): The figure with new plots.
(matplotlib.axes): The axes with new plots.
(tuple): Tuple consisting of:
- (matplotlib.figure): The figure with new plots.
- (matplotlib.axes): The axes with new plots.
"""
n = len(relationship.variables)
if not all(
Expand Down

0 comments on commit bc82501

Please sign in to comment.