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

Commit d8ae20b

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/layouting/layouting.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,17 @@ vbox(plots::Transformable...; kw_args...) = vbox([plots...]; kw_args...)
185185
186186
Attach the given Scenes together on the horizontal axis. For example, two Scenes `hbox`ed
187187
will be placed one on top of the other.
188+
189+
--------------------
190+
-- --
191+
-- Scene 1 --
192+
-- --
193+
--------------------
194+
--------------------
195+
-- --
196+
-- Scene 2 --
197+
-- --
198+
--------------------
188199
"""
189200
hbox(plots::Transformable...; kw_args...) = hbox([plots...]; kw_args...)
190201

0 commit comments

Comments
 (0)