-
Notifications
You must be signed in to change notification settings - Fork 165
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
Remove or update outdated visualisation from examples #154
Comments
With projectmesa/mesa#2214 merged and Mesa |
This applies to gis examples too. Need to convert old visualizations to Solara:
|
@wang-boyu do you and maybe @tpike3 want to pick that up? Then I will see if I can make the, testable in CI. |
This PR updates the remaining three gis examples to use Solara viz, partly addressing #154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers. Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
This PR updates the remaining three gis examples to use Solara viz, partly addressing projectmesa#154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers. Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
Hello People, Myself Teja Sri Pacharu, sorry for disturbing you in the middle of your enhancement processes of Mesa, but I would like to work on this, coz I have seen that the 'Bank reserves' example is still using the older visualization (server.py). Is the working on this issue still active?? if so, I would like learn and work on it... |
Go ahead, start with a simple example. |
Thanks |
I think you’re still using an older Mesa version, and need to update to the latest (3.1.1]. |
@EwoutH How should be the scheduling of the agents in El Farol ??, Like I am working on the Solara Visualisation of El Farol Model (as it is simple), and I am getting lost near scheduling agents , can you share some references and guidance for making the El Farol model visualisation with Solara framework, please!!? |
@TejasriPacharu, I would love to help you, but your question is pretty vague, so I don't know exactly what you mean. Could you share the following things:
|
Currently a lot of our examples still use the old, now removed visualisation. We should either remove, or even better, replace those visualisations with the new
SolaraViz
visualisation.All old
server.py
visualisations should be replaced withapp.py
files in which SolaraViz is used.Resources
mesa/visualization/solara_viz.py
For reference, these examples currently already use the updated visualisation:
We should also start to
The text was updated successfully, but these errors were encountered: