diff --git a/xplt/timestructure.py b/xplt/timestructure.py index da5cfd35..4ced7232 100644 --- a/xplt/timestructure.py +++ b/xplt/timestructure.py @@ -659,7 +659,7 @@ def create_artists(i, j, k, ax, p): else: return plot - self._create_artists(create_artists) + self._create_artists(create_artists, dataset_id=id) # set data if kwargs.get("particles") is not None or kwargs.get("timeseries") is not None: @@ -1053,7 +1053,7 @@ def create_artists(i, j, k, ax, p): pplot = None return plot, pplot - self._create_artists(create_artists) + self._create_artists(create_artists, dataset_id=id) # set data if kwargs.get("particles") is not None: @@ -1270,7 +1270,7 @@ def create_artists(i, j, k, ax, p): pstep = None return step, pstep - self._create_artists(create_artists) + self._create_artists(create_artists, dataset_id=id) # set data if kwargs.get("particles") is not None or kwargs.get("timeseries") is not None: