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

More control over Layout composition #6335

Open
LecrisUT opened this issue Jul 21, 2024 · 0 comments
Open

More control over Layout composition #6335

LecrisUT opened this issue Jul 21, 2024 · 0 comments

Comments

@LecrisUT
Copy link
Contributor

Currently there are holoviews.Gridpsace and holoviews.Layout (also holoviews.NdLayout), but it is hard to achieve something in between. For holoviews.Gridpsace there are a few issues:

  • matplotlib backend fails when there is only 1 element on y-axis
  • I cannot title individual plots and ignore the coordinate axis of the plots

holoviews.Layout has the closest interface but it also has limitations:

  • Create a shared legend.
    Currently I use the workaround of enabling the legend of only the last plot and making sure there are dummy curves with nan values
  • Control the spacing between elements. (No workarounds found)
  • Create a shared xlabel. (No workarounds found)

In a screenshot, I would describe that I am trying to achieve something like this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant