Skip to content

Commit faf284d

Browse files
committed
WIP tutorials and changed default delta dot zorder
1 parent afe3f01 commit faf284d

86 files changed

Lines changed: 9156 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dabest/_effsize_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ def plot(
13721372
Whether or not to display the delta dots on paired or repeated measure plots.
13731373
delta_dot_kwargs : dict, default None
13741374
Pass relevant keyword arguments. If None, the following keywords are passed:
1375-
{"color": 'k', "marker": "^", "alpha": 0.5, "zorder": -1, "size": 3, "side": "right"}
1375+
{"color": 'k', "marker": "^", "alpha": 0.5, "zorder": 2, "size": 3, "side": "right"}
13761376
13771377
horizontal_table_kwargs : dict, default None
13781378
{'show: True, 'color' : 'yellow', 'alpha' :0.2, 'fontsize' : 12, 'text_color' : 'black',

dabest/misc_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def get_kwargs(
332332
"color": 'k',
333333
"marker": "^",
334334
"alpha": 0.5,
335-
"zorder": -1,
335+
"zorder": 2,
336336
"size": 3,
337337
"side": "right"
338338
}

nbs/API/effsize_objects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@
15311531
" Whether or not to display the delta dots on paired or repeated measure plots.\n",
15321532
" delta_dot_kwargs : dict, default None\n",
15331533
" Pass relevant keyword arguments. If None, the following keywords are passed:\n",
1534-
" {\"color\": 'k', \"marker\": \"^\", \"alpha\": 0.5, \"zorder\": -1, \"size\": 3, \"side\": \"right\"}\n",
1534+
" {\"color\": 'k', \"marker\": \"^\", \"alpha\": 0.5, \"zorder\": 2, \"size\": 3, \"side\": \"right\"}\n",
15351535
"\n",
15361536
" horizontal_table_kwargs : dict, default None\n",
15371537
" {'show: True, 'color' : 'yellow', 'alpha' :0.2, 'fontsize' : 12, 'text_color' : 'black', \n",

nbs/API/misc_tools.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
" \"color\": 'k',\n",
386386
" \"marker\": \"^\", \n",
387387
" \"alpha\": 0.5, \n",
388-
" \"zorder\": -1, \n",
388+
" \"zorder\": 2, \n",
389389
" \"size\": 3, \n",
390390
" \"side\": \"right\"\n",
391391
" }\n",
14 Bytes
120 Bytes
80 Bytes
73 Bytes
229 Bytes
42 Bytes

0 commit comments

Comments
 (0)