|
119 | 119 | " delta_text=True, delta_text_kwargs=None,\n", |
120 | 120 | " delta_dot=True, delta_dot_kwargs=None,\n", |
121 | 121 | " \"\"\"\n", |
122 | | - " from .misc_tools import (get_params,\n", |
123 | | - " get_kwargs,\n", |
124 | | - " get_color_palette,\n", |
125 | | - " initialize_fig,\n", |
126 | | - " get_plot_groups,\n", |
127 | | - " add_counts_to_ticks,\n", |
128 | | - " extract_contrast_plotting_ticks,\n", |
129 | | - " set_xaxis_ticks_and_lims,\n", |
130 | | - " show_legend,\n", |
131 | | - " Gardner_Altman_Plot_Aesthetic_Adjustments,\n", |
132 | | - " Cumming_Plot_Aesthetic_Adjustments,\n", |
133 | | - " General_Plot_Aesthetic_Adjustments,\n", |
| 122 | + " from .misc_tools import (\n", |
| 123 | + " get_params,\n", |
| 124 | + " get_kwargs,\n", |
| 125 | + " get_color_palette,\n", |
| 126 | + " initialize_fig,\n", |
| 127 | + " get_plot_groups,\n", |
| 128 | + " add_counts_to_ticks,\n", |
| 129 | + " extract_contrast_plotting_ticks,\n", |
| 130 | + " set_xaxis_ticks_and_lims,\n", |
| 131 | + " show_legend,\n", |
| 132 | + " Gardner_Altman_Plot_Aesthetic_Adjustments,\n", |
| 133 | + " Cumming_Plot_Aesthetic_Adjustments,\n", |
| 134 | + " General_Plot_Aesthetic_Adjustments,\n", |
134 | 135 | " )\n", |
135 | 136 | " from .plot_tools import (\n", |
136 | 137 | " get_swarm_spans,\n", |
|
644 | 645 | "display_name": "python3", |
645 | 646 | "language": "python", |
646 | 647 | "name": "python3" |
| 648 | + }, |
| 649 | + "language_info": { |
| 650 | + "name": "python", |
| 651 | + "version": "3.11.8" |
647 | 652 | } |
648 | 653 | }, |
649 | 654 | "nbformat": 4, |
|
0 commit comments