Skip to content

Commit 8a47196

Browse files
committed
change color
1 parent 58ab0cc commit 8a47196

5 files changed

Lines changed: 2 additions & 317 deletions

File tree

dabest/_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ def plot(self, color_col=None,
26242624
halfviolin_alpha=0.8,
26252625

26262626
#bar plot
2627-
bar_label=None, bar_desat=0.5, bar_width = 0.5,bar_ylim = None,
2627+
bar_label=None, bar_desat=0.8, bar_width = 0.5,bar_ylim = None,
26282628
# error bar of proportion plot
26292629
ci=None, err_color=None,
26302630

dabest/_stats_tools/effsize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def cohens_h(control, test):
279279
phi_test = 2 * np.arcsin(np.sqrt(prop_test))
280280

281281
return phi_test - phi_control
282-
# return phi_control - phi_test
283282

284283

285284

dabest/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def EffectSizeDataFramePlotter(EffectSizeDataFrame, **plot_kwargs):
226226
swarm_colors = [sns.desaturate(c, swarm_desat) for c in unsat_colors]
227227
plot_palette_raw = dict(zip(names, swarm_colors))
228228

229-
bar_desat_desat = bar_desat * 0.4
229+
bar_desat_desat = bar_desat * 0.1
230230
bar_color = [sns.desaturate(c, bar_desat) for c in unsat_colors]
231231
bar_color_desaturate = [sns.desaturate(c, bar_desat_desat) for c in unsat_colors]
232232
plot_palette_bar1 = dict(zip(names, bar_color_desaturate))

dabest/tests/test_issues.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

dabest/tests/test_show_proportion_plot.py

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)