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

Is it possible to use Cairomakie or GLMakie plots with Plotly Dash? #178

Open
00krishna opened this issue Jan 26, 2023 · 0 comments
Open

Comments

@00krishna
Copy link

I am using the Agents.jl package for some agent based model simulations. The Agents.jl package already has a bunch of plotting recipes for its plots, but those recipes seem to be in CairoMakie or GLMakie:

https://juliadynamics.github.io/Agents.jl/stable/agents_visualizations/

Instead of reinventing the wheel, I was wondering if there is a way to plug these plots into Plotly Dash? I can of course generate a GIF or video, but this approach does not allow as much control over the interactivity. I was wondering if there might be other ways to use these plots that I have not thought about?

BTW I have been using Dash for the past week and it is working really well. So I am glad with what I have produced so far. I think the Agents.jl thing is kinda creating a challenge, so just wanted to see if I could get away without having to write a new plotting recipe. It never hurts to ask.

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