Skip to content

Commit edaaa50

Browse files
committed
use columnar updates for snippet example
1 parent 4bf352c commit edaaa50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/howto/logging/send-columns.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ which can be translated to the column-oriented `send_columns` API as such:
7878
snippet: archetypes/arrows3d_column_updates
7979

8080
<picture data-inline-viewer="snippets/arrows3d_column_updates">
81-
<img src="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/full.png" alt="">
82-
<source media="(max-width: 480px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/480w.png">
83-
<source media="(max-width: 768px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/768w.png">
84-
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/1024w.png">
85-
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/1200w.png">
81+
<img src="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/full.png" alt="">
82+
<source media="(max-width: 480px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/480w.png">
83+
<source media="(max-width: 768px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/768w.png">
84+
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/1024w.png">
85+
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/1200w.png">
8686
</picture>
8787

8888
Each row in the component column can be a batch of data, e.g. a batch of positions.
89-
This lets you log the evolution of a point cloud over time efficiently.
89+
This lets you log the evolution of a set of arrows over time efficiently.
9090

9191

9292

0 commit comments

Comments
 (0)