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
The naming of mesa.visualization.components.altair and mesa.visualization.components.matplotlib can cause namespace clashes. They thus need to be renamed to e.g., altair_components and matplotlib_components.
The text was updated successfully, but these errors were encountered:
Also note that I would suggest the naming "component" to refer to solara components specifically. But we now also provide general drawing functions that return matplotlib figures, so the file name is outdated and should be reconsidered more generally
It might then make sense to move the draw_space and draw_x functions into their own module (e.g., space_drawing) and leave the solara specific stuff in matplotlib_components
The naming of
mesa.visualization.components.altair
andmesa.visualization.components.matplotlib
can cause namespace clashes. They thus need to be renamed to e.g.,altair_components
andmatplotlib_components
.The text was updated successfully, but these errors were encountered: