Skip to content

Commit

Permalink
Force line break
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jul 26, 2023
1 parent faa7765 commit 76a3ed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/code-examples/line_strip2d_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

rr.log_line_strips_2d(
"batch",
[[[0, 0], [2, 1], [4, -1], [6, 0]], [[0, 3], [1, 4], [2, 2], [3, 4], [4, 2], [5, 4], [6, 3]]],
[
[[0, 0], [2, 1], [4, -1], [6, 0]],
[[0, 3], [1, 4], [2, 2], [3, 4], [4, 2], [5, 4], [6, 3]],
],
colors=[[255, 0, 0], [0, 255, 0]],
stroke_widths=[0.05, 0.01],
)
Expand Down

0 comments on commit 76a3ed1

Please sign in to comment.