Skip to content

Commit

Permalink
change default to horizontal (from 0); refine docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Oct 11, 2024
1 parent 28cb046 commit 7039342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makielayout/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,8 @@ end
rimfraction = 0.33
"The align mode of the toggle in its parent GridLayout."
alignmode = Inside()
"The orientation of the toggle (-pi to pi; 0 is horizontal with \"on\" being to the right)."
orientation = 0
"The orientation of the toggle. Can be :horizontal, :vertical, or -pi to pi. 0 is horizontal with \"on\" being to the right."
orientation = :horizontal
end
end

Expand Down

0 comments on commit 7039342

Please sign in to comment.