Skip to content

Commit

Permalink
Update util/tracing/visualization/fedsd_helper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <marten@berkeley.edu>
  • Loading branch information
ChadliaJerad and lhstrh authored Aug 22, 2023
1 parent 7a91b0a commit de0843b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/tracing/visualization/fedsd_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def svg_string_draw_arrow(x1, y1, x2, y2, label, type=''):
str_line3 = svg_string_draw_label(x1, y1, x2, y2, label)
return str_line1 + str_line2 + str_line3


def svg_string_draw_side_label(x, y, label, anchor="start") :
'''
Put a label to the right of the x, y point,
Expand Down

0 comments on commit de0843b

Please sign in to comment.