Skip to content

Commit

Permalink
Update types.jl
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
damianodegaspari authored Nov 2, 2024
1 parent 695df64 commit 21b9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makielayout/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ end
xzpanelvisible = true
"The limits that the axis tries to set given other constraints like aspect. Don't set this directly, use `xlims!`, `ylims!` or `limits!` instead."
targetlimits = Rect3f(Vec3f(0, 0, 0), Vec3f(1, 1, 1))
"The limits that the user has manually set. They are reinstated when calling `reset_limits!` and are set to nothing by `autolimits!`. Can be either a tuple (xlow, xhigh, ylow, high, zlow, zhigh) or a tuple (nothing_or_xlims, nothing_or_ylims, nothing_or_zlims). Are set by `xlims!`, `ylims!`, `zlims!` and `limits!`."
"The limits that the user has manually set. They are reinstated when calling `reset_limits!` and are set to nothing by `autolimits!`. Can be either a tuple (xlow, xhigh, ylow, yhigh, zlow, zhigh) or a tuple (nothing_or_xlims, nothing_or_ylims, nothing_or_zlims). Are set by `xlims!`, `ylims!`, `zlims!` and `limits!`."
limits = (nothing, nothing, nothing)
"The relative margins added to the autolimits in x direction."
xautolimitmargin = (0.05, 0.05)
Expand Down

0 comments on commit 21b9d22

Please sign in to comment.