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

Add title to multiple traces in a subplot #162

Closed
prokie opened this issue Sep 19, 2023 · 1 comment
Closed

Add title to multiple traces in a subplot #162

prokie opened this issue Sep 19, 2023 · 1 comment

Comments

@prokie
Copy link
Contributor

prokie commented Sep 19, 2023

Hello!

Is it possible to add titles to multiple subplots, kind of the same way that is possible in python with make_subplots?

from plotly.subplots import make_subplots
fig = make_subplots(rows=1, cols=2, subplot_titles=('Subplot title1',  'Subplot title2'))

I have a figure with 36 subplots, and I do not know how to give each of them a title?

@prokie
Copy link
Contributor Author

prokie commented Sep 19, 2023

Duplicate of #160.

@prokie prokie closed this as completed Sep 19, 2023
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