We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0538bb7 commit c0fd959Copy full SHA for c0fd959
examples/forest_fire/app.py
@@ -41,6 +41,8 @@ def post_process_lines(ax):
41
COLORS,
42
post_process=post_process_lines,
43
)
44
+# TODO: add back in pie chart component
45
+# # no current pie chart equivalent in mesa>=3.0
46
# pie_chart = mesa.visualization.PieChartModule(
47
# [{"Label": label, "Color": color} for (label, color) in COLORS.items()]
48
# )
@@ -52,7 +54,6 @@ def post_process_lines(ax):
52
54
}
53
55
page = SolaraViz(
56
model,
- # fixme: ass pie chart component
57
components=[space_component, lineplot_component],
58
model_params=model_params,
59
name="Forest Fire",
0 commit comments