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 bbe6c34 commit 2c41570
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 @@ -222,7 +222,6 @@ def svg_string_draw_dot(x, y, label) :
str_line = str_line + '\t<text x="'+str(x+5)+'", y="'+str(y+5)+'" fill="blue">'+label+'</text>\n'
return str_line


def svg_string_draw_dot_with_time(x, y, time, label) :
'''
Constructs the svg html string to draw at a dot with a prefixed physical time.
Expand Down

0 comments on commit 2c41570

Please sign in to comment.