Skip to content

Commit

Permalink
corrected docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanika-n committed Jan 26, 2025
1 parent c8d8578 commit 3f0ea75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesa/visualization/components/altair_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def make_altair_space(
Args:
agent_portrayal: Function to portray agents.
propertylayer_portrayal: A user specified callable that will be called with the Chart instance from Altair. Allows for fine tuning plots (e.g., control ticks)
post_process :not yet implemented
propertylayer_portrayal: not yet implemented
post_process :A user specified callable that will be called with the Chart instance from Altair. Allows for fine tuning plots (e.g., control ticks)
space_drawing_kwargs : not yet implemented
``agent_portrayal`` is called with an agent and should return a dict. Valid fields in this dict are "color",
Expand Down

0 comments on commit 3f0ea75

Please sign in to comment.