Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment option in column Layout #3824

Closed
poplarShift opened this issue Jul 17, 2019 · 2 comments · Fixed by #3957
Closed

Alignment option in column Layout #3824

poplarShift opened this issue Jul 17, 2019 · 2 comments · Fixed by #3957
Labels
type: enhancement Minor feature or improvement to an existing feature
Milestone

Comments

@poplarShift
Copy link
Collaborator

It would be convenient to be able to do something like this:

(hv.Curve([]).opts(width=500) + hv.Curve([])).cols(1).opts(horizontal_alignment='right')

and correspondingly, in a row layout, `vertical_alignment='bottom' etc.

As @jlstevens mentioned in the chat, that could occasionally clash with axis alignment.

@poplarShift poplarShift added the type: enhancement Minor feature or improvement to an existing feature label Jul 17, 2019
@philippjfr
Copy link
Member

This is covered by the new align option added in #3957 which allows for horizontal alignment in a column and vertical alignment in a row.

@philippjfr philippjfr added this to the v1.12.6 milestone Sep 22, 2019
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants