Skip to content

Commit

Permalink
update rows and cols location
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen authored Dec 9, 2019
1 parent 3a73dad commit b83fdea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arviz/plots/rankplot.py
Original file line number Diff line number Diff line change
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 b83fdea

Please sign in to comment.