Skip to content

Commit 66ad912

Browse files
committed
make full use of hypothetical figure
1 parent 1ffc5de commit 66ad912

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dabest/_classes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,8 @@ def plot(self, color_col=None,
12601260
>>> f, axx = plt.subplots(nrows=2, ncols = 2, figsize=(15, 15))
12611261
>>> my_data.mean_diff.plot(ax=axx.flat[0])
12621262
>>> my_data_paired.mean_diff.plot(ax=axx.flat[1])
1263-
>>> my_shared_control.mean_diff.plot(ax=axx.flat[1])
1263+
>>> my_shared_control.mean_diff.plot(ax=axx.flat[2])
1264+
>>> my_shared_control.mean_diff.plot(ax=axx.flat[3], float_contrast=False)
12641265
12651266
"""
12661267

0 commit comments

Comments
 (0)