Skip to content

Commit 4c57747

Browse files
committed
increase tufte gapped line central measure width size
1 parent 2868da8 commit 4c57747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dabest/_plot_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def gapped_lines(data, x, y,
164164
# add horzontal central measure line.
165165
kwargs['zorder'] = 6
166166
kwargs['color'] = 'white'
167-
kwargs['lw'] = span_lw + 0.5
167+
kwargs['lw'] = span_lw * 1.5
168168
mean_line = mlines.Line2D([xpos+offset-0.01,
169169
xpos+offset+0.01],
170170
[cm, cm],

0 commit comments

Comments
 (0)