Skip to content

Commit 487d8c8

Browse files
committed
refactor(bar): enable dots by default and reduce size in single_bar
1 parent fe17109 commit 487d8c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plotfig/single_bar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ def plot_one_group_violin_figure(
476476
gradient_color: bool = False,
477477
colors_start: list[str] | None = None,
478478
colors_end: list[str] | None = None,
479-
show_dots: bool = False,
480-
dots_size: Num = 35,
479+
show_dots: bool = True,
480+
dots_size: Num = 15,
481481
title_name: str = "",
482482
title_fontsize: Num = 12,
483483
title_pad: Num = 10,

0 commit comments

Comments
 (0)