Skip to content

Commit 5587fca

Browse files
committed
update tutorial DOCS
1 parent 177f9df commit 5587fca

39 files changed

Lines changed: 124 additions & 65 deletions

dabest/_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def plot(self, color_col=None,
12711271
12721272
Creating estimation plots in individual panels of a figure.
12731273
1274-
>>> f, axx = plt.subplots(nrows=2, ncols = 2, figsize=(15, 15))
1274+
>>> f, axx = plt.subplots(nrows=2, ncols=2, figsize=(15, 15))
12751275
>>> my_data.mean_diff.plot(ax=axx.flat[0])
12761276
>>> my_data_paired.mean_diff.plot(ax=axx.flat[1])
12771277
>>> my_shared_control.mean_diff.plot(ax=axx.flat[2])
-17.1 KB
Binary file not shown.
17 KB
Loading
-16 KB
Binary file not shown.
16 KB
Loading
-17.6 KB
Binary file not shown.
17.6 KB
Loading
-27.6 KB
Binary file not shown.
3.66 KB
Loading
23.7 KB
Loading

0 commit comments

Comments
 (0)