Fix typo in grid layout documentation comment (#3061)
This commit is contained in:
parent
3f05dc3570
commit
638fe6d245
@ -230,7 +230,7 @@ end
|
|||||||
grid(args...; kw...)
|
grid(args...; kw...)
|
||||||
|
|
||||||
Create a grid layout for subplots. `args` specify the dimensions, e.g.
|
Create a grid layout for subplots. `args` specify the dimensions, e.g.
|
||||||
`grid(3,2, widths = (0.6,04))` creates a grid with three rows and two
|
`grid(3,2, widths = (0.6,0.4))` creates a grid with three rows and two
|
||||||
columns of different width.
|
columns of different width.
|
||||||
"""
|
"""
|
||||||
grid(args...; kw...) = GridLayout(args...; kw...)
|
grid(args...; kw...) = GridLayout(args...; kw...)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user