Skip to content

Commit 4528455

Browse files
committed
Minor text changes
1 parent 57f0c58 commit 4528455

4 files changed

Lines changed: 31 additions & 27 deletions

File tree

dabest/plot_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,6 @@ def barplotter(xvar, yvar, all_plot_groups, rawdata_axes, plot_data, bar_color,
14571457
centre = x + width / 2.0
14581458
bar.set_x(centre - bar_width / 2.0)
14591459
bar.set_width(bar_width)
1460-
...
14611460

14621461
# %% ../nbs/API/plot_tools.ipynb 6
14631462
def swarmplot(

dabest/plotter.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,19 @@ def effectsize_df_plotter(effectsize_df, **plot_kwargs):
6060
delta_text=True, delta_text_kwargs=None,
6161
delta_dot=True, delta_dot_kwargs=None,
6262
"""
63-
from .misc_tools import (get_params,
64-
get_kwargs,
65-
get_color_palette,
66-
initialize_fig,
67-
get_plot_groups,
68-
add_counts_to_ticks,
69-
extract_contrast_plotting_ticks,
70-
set_xaxis_ticks_and_lims,
71-
show_legend,
72-
Gardner_Altman_Plot_Aesthetic_Adjustments,
73-
Cumming_Plot_Aesthetic_Adjustments,
74-
General_Plot_Aesthetic_Adjustments,
63+
from .misc_tools import (
64+
get_params,
65+
get_kwargs,
66+
get_color_palette,
67+
initialize_fig,
68+
get_plot_groups,
69+
add_counts_to_ticks,
70+
extract_contrast_plotting_ticks,
71+
set_xaxis_ticks_and_lims,
72+
show_legend,
73+
Gardner_Altman_Plot_Aesthetic_Adjustments,
74+
Cumming_Plot_Aesthetic_Adjustments,
75+
General_Plot_Aesthetic_Adjustments,
7576
)
7677
from .plot_tools import (
7778
get_swarm_spans,

nbs/API/plot_tools.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,8 +1509,7 @@
15091509
" width = bar.get_width()\n",
15101510
" centre = x + width / 2.0\n",
15111511
" bar.set_x(centre - bar_width / 2.0)\n",
1512-
" bar.set_width(bar_width)\n",
1513-
" ..."
1512+
" bar.set_width(bar_width)"
15141513
]
15151514
},
15161515
{

nbs/API/plotter.ipynb

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,19 @@
119119
" delta_text=True, delta_text_kwargs=None,\n",
120120
" delta_dot=True, delta_dot_kwargs=None,\n",
121121
" \"\"\"\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",
134135
" )\n",
135136
" from .plot_tools import (\n",
136137
" get_swarm_spans,\n",
@@ -644,6 +645,10 @@
644645
"display_name": "python3",
645646
"language": "python",
646647
"name": "python3"
648+
},
649+
"language_info": {
650+
"name": "python",
651+
"version": "3.11.8"
647652
}
648653
},
649654
"nbformat": 4,

0 commit comments

Comments
 (0)