Skip to content

Commit e8ffca4

Browse files
committed
remove print statement
1 parent 15454ca commit e8ffca4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

dabest/plotter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ def effectsize_df_plotter(effectsize_df: object, **plot_kwargs) -> matplotlib.fi
123123
effectsize_df = effectsize_df,
124124
plot_kwargs = plot_kwargs,
125125
)
126-
127-
print(effect_size)
128126

129127
(swarmplot_kwargs, barplot_kwargs, sankey_kwargs,
130128
violinplot_kwargs, slopegraph_kwargs, reflines_kwargs, legend_kwargs,

nbs/API/plotter.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@
180180
" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\teffectsize_df = effectsize_df, \n",
181181
" plot_kwargs = plot_kwargs,\n",
182182
" )\n",
183-
" \n",
184-
" print(effect_size)\n",
185183
"\n",
186184
" (swarmplot_kwargs, barplot_kwargs, sankey_kwargs, \n",
187185
" violinplot_kwargs, slopegraph_kwargs, reflines_kwargs, legend_kwargs,\n",

0 commit comments

Comments
 (0)