Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 8732cb2

Browse files
Update src/layouting/layouting.jl
Adding visual per @asinghvi17 's suggestion Co-Authored-By: Anshul Singhvi <[email protected]>
1 parent d8ae20b commit 8732cb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/layouting/layouting.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ ispixelcam(x) = false
178178
179179
Box the scenes together on the vertical axis. For example, two Scenes `vbox`ed
180180
will be placed side-by-side.
181+
-------------------- --------------------
182+
-- -- -- --
183+
-- Scene 1 -- -- Scene 2 --
184+
-- -- -- --
185+
-------------------- --------------------
181186
"""
182187
vbox(plots::Transformable...; kw_args...) = vbox([plots...]; kw_args...)
183188
"""

0 commit comments

Comments
 (0)