Skip to content

Commit

Permalink
update rows and cols location (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Dec 9, 2019
1 parent 78d2aff commit 6e1de5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arviz/plots/rankplot.py
Expand Up @@ -124,9 +124,8 @@ def plot_rank(
if bins is None:
bins = _sturges_formula(posterior_data, mult=2)

rows, cols = default_grid(length_plotters)
if axes is None:
rows, cols = default_grid(length_plotters)

figsize, ax_labelsize, titlesize, _, _, _ = _scale_fig_size(
figsize, None, rows=rows, cols=cols
)
Expand Down

0 comments on commit 6e1de5d

Please sign in to comment.