Skip to content

Commit

Permalink
increase tufte gapped line central measure width size
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho committed Oct 5, 2018
1 parent 2868da8 commit 4c57747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dabest/_plot_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def gapped_lines(data, x, y,
# add horzontal central measure line.
kwargs['zorder'] = 6
kwargs['color'] = 'white'
kwargs['lw'] = span_lw + 0.5
kwargs['lw'] = span_lw * 1.5
mean_line = mlines.Line2D([xpos+offset-0.01,
xpos+offset+0.01],
[cm, cm],
Expand Down

0 comments on commit 4c57747

Please sign in to comment.