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

Better handling of titles in plotly #94

Open
OriolAbril opened this issue Oct 17, 2024 · 0 comments
Open

Better handling of titles in plotly #94

OriolAbril opened this issue Oct 17, 2024 · 0 comments

Comments

@OriolAbril
Copy link
Member

AFAIK, plotly doesn't have a constrained_layout=True that can easily fix the issue on the user side, so we should look into handling titles a bit better so they don't overlap so much with the upper subplot (if there is one). A quick look at the example gallery shows this quite clearly.

I think plotly reserves this space at plot creation time, so a potential workaround would be to add titles to the plots when they are created, then update them so they show an empty string yet hopefully keeping the grid spacing with space for the title to potentially be filled later by the plotting functions.

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