From 104125624a679de48101243991d4accecc456bc5 Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Thu, 19 Dec 2024 09:10:26 +0100 Subject: [PATCH] Update mpl_space_drawing.py --- mesa/visualization/mpl_space_drawing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mesa/visualization/mpl_space_drawing.py b/mesa/visualization/mpl_space_drawing.py index 762bad087b8..784d370eba0 100644 --- a/mesa/visualization/mpl_space_drawing.py +++ b/mesa/visualization/mpl_space_drawing.py @@ -117,7 +117,6 @@ def draw_space( agent_portrayal: A callable that returns a dict specifying how to show the agent propertylayer_portrayal: a dict specifying how to show propertylayer(s) ax: the axes upon which to draw the plot - post_process: a callable called with the Axes instance space_drawing_kwargs: any additional keyword arguments to be passed on to the underlying function for drawing the space. Returns: