Skip to content

Commit

Permalink
one more try?
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Feb 25, 2020
1 parent fdd4ff5 commit dda3e13
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 @@ -163,7 +163,7 @@ def plot_corner(relationship, figsize=(8, 8)): # pragma: no cover
"variables must be Distributions. Please run MCMC before "
"plotting the corner."
)
fig, ax = plt.subplots(n, n, figsize=figsize)[1]
fig, ax = plt.subplots(n, n, figsize=figsize)
var_labels = []
for i in range(n):
if relationship.variable_units[i] == UREG.dimensionless:
Expand Down

0 comments on commit dda3e13

Please sign in to comment.