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

Subplot support #180

Open
ghirardinicola opened this issue Jun 16, 2020 · 4 comments
Open

Subplot support #180

ghirardinicola opened this issue Jun 16, 2020 · 4 comments

Comments

@ghirardinicola
Copy link

Can someone help me in having this working, in a similar as matplotlib and plotly?
https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.pyplot.subplots.html
https://plotly.com/python/subplots/

@akacarlyann
Copy link
Collaborator

@ghirardinicola any way you could provide a sketch-up of what you mean? This library is designed to help users generate maps in a Jupyter notebook and optionally export the resulting HTML+JS to include in other web resources. Are you looking to create side by side maps?

@ghirardinicola
Copy link
Author

I'm looking to create side by side maps.
You can find images in the links

@akacarlyann
Copy link
Collaborator

I'm familiar with static subplots in Python. Since mapboxgl-jupyter is displaying JavaScript in a Jupyter cell, I'd like a little more detail on possible map layouts. Are you hoping the interactions with data layers in the maps will be linked in any way? If not, we could just develop a way to append additional maps to the template and handle placement with CSS.

@ghirardinicola
Copy link
Author

I'm not looking at any linked interaction, "only" multiple dynamic maps on a grid

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

2 participants