|
1160 | 1160 | " gridkey_merge_pairs=False,\n", |
1161 | 1161 | " gridkey_show_Ns=True,\n", |
1162 | 1162 | " gridkey_show_es=True,\n", |
| 1163 | + " gridkey_delimiters=[';', '>', '_'],\n", |
1163 | 1164 | " swarmplot_kwargs=None,\n", |
1164 | 1165 | " barplot_kwargs=None,\n", |
1165 | 1166 | " violinplot_kwargs=None,\n", |
|
1281 | 1282 | " gridkey_rows : list, default None\n", |
1282 | 1283 | " Provide a list of row labels for the gridkey. The supplied idx is\n", |
1283 | 1284 | " checked against the row labels to determine whether the corresponding\n", |
1284 | | - " cell should be populated or not.\n", |
| 1285 | + " cell should be populated or not. \n", |
| 1286 | + " This can also be set to \"auto\", which will attempt to auto populate the table.\n", |
| 1287 | + " gridkey_merge_pairs : boolean, default False\n", |
| 1288 | + " If True, the gridkey will merge the pairs of groups into a single\n", |
| 1289 | + " cell. This is useful for when the groups are paired.\n", |
| 1290 | + " gridkey_show_Ns : boolean, default True\n", |
| 1291 | + " If True, the gridkey will show the number of observations in each\n", |
| 1292 | + " group.\n", |
| 1293 | + " gridkey_show_es : boolean, default True\n", |
| 1294 | + " If True, the gridkey will show the effect size of each comparison.\n", |
| 1295 | + " gridkey_delimiters : list, default [';', '>', '_']\n", |
| 1296 | + " The delimiters used to separate the group names in the gridkey.\n", |
1285 | 1297 | " swarmplot_kwargs : dict, default None\n", |
1286 | 1298 | " Pass any keyword arguments accepted by the seaborn `swarmplot`\n", |
1287 | 1299 | " command here, as a dict. If None, the following keywords are\n", |
|
1339 | 1351 | " fontsize_delta2label : float, default 12\n", |
1340 | 1352 | " Font size for the delta-delta axes ylabel.\n", |
1341 | 1353 | " \n", |
1342 | | - " \n", |
1343 | 1354 | " contrast_bars : boolean, default True\n", |
1344 | 1355 | " Whether or not to display the contrast bars.\n", |
1345 | 1356 | " swarm_bars : boolean, default True\n", |
|
0 commit comments