Skip to content

Commit

Permalink
Update barplot test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jun 15, 2022
1 parent 4b431aa commit 6136338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,8 @@ class TestBarPlotter(CategoricalFixture):
estimator=np.mean, ci=95, n_boot=100, units=None, seed=None,
order=None, hue_order=None,
orient=None, color=None, palette=None,
saturation=.75, errcolor=".26", errwidth=None,
saturation=.75, width=0.8,
errcolor=".26", errwidth=None,
capsize=None, dodge=True
)

Expand Down

0 comments on commit 6136338

Please sign in to comment.