Skip to content

Commit

Permalink
Do full marker width after line
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Feb 9, 2023
1 parent 01041eb commit 97e0aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion piker/ui/_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ def marker_right_points(
r_axis_x = ryaxis.pos().x()
up_to_l1_sc = r_axis_x - l1_len
marker_right = up_to_l1_sc - (1.375 * 2 * marker_size)
line_end = marker_right - (6/16 * marker_size)
# line_end = marker_right - (6/16 * marker_size)
line_end = marker_right - marker_size

# print(
# f'r_axis_x: {r_axis_x}\n'
Expand Down

0 comments on commit 97e0aae

Please sign in to comment.