You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: