Skip to content

Commit 6dfb251

Browse files
committed
docs: arrange getting started banner as 3x2 grid
1 parent 66e466d commit 6dfb251

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ insviz = imgviz.resize(insviz, height=rgb.shape[0])
9393
# tile visualization
9494
tiled = imgviz.tile(
9595
[rgb, depthviz, labelviz, maskviz, flagviz, insviz],
96-
row=1,
97-
col=6,
96+
row=2,
97+
col=3,
9898
border=(255, 255, 255),
9999
border_width=5,
100100
)

assets/getting_started.jpg

1021 Bytes
Loading

getting_started.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
# tile visualization
5555
tiled = imgviz.tile(
5656
[rgb, depthviz, labelviz, maskviz, flagviz, insviz],
57-
row=1,
58-
col=6,
57+
row=2,
58+
col=3,
5959
border=(255, 255, 255),
6060
border_width=5,
6161
)

0 commit comments

Comments
 (0)