Skip to content

Commit 97cff61

Browse files
committed
update docstring for new ax kwarg.
1 parent 9925ce4 commit 97cff61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/_classes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@ def plot(self, color_col=None,
11781178
dpi : int, default 100
11791179
The dots per inch of the resulting figure.
11801180
ax : matplotlib.Axes, default None
1181-
Provide an existing axes for the plots to be created. If no axes
1182-
specified, a new figure will be created with the plot.
1181+
Provide an existing Axes for the plots to be created. If no Axes is
1182+
specified, a new matplotlib Figure will be created.
11831183
swarmplot_kwargs : dict, default None
11841184
Pass any keyword arguments accepted by the seaborn `swarmplot`
11851185
command here, as a dict. If None, the following keywords are

0 commit comments

Comments
 (0)