From 19badde3d9e9734f50aad36bf091d940b083257c Mon Sep 17 00:00:00 2001 From: Noe Brucy Date: Thu, 11 Feb 2021 09:07:24 +0100 Subject: [PATCH] [plotter] Add generic rule to plot data in snapshots --- plotter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plotter.py b/plotter.py index e074459..a639e41 100644 --- a/plotter.py +++ b/plotter.py @@ -1233,6 +1233,9 @@ class Plotter(Aggregator, BaseProcessor): "plot": PlotRule( self, lambda arg, **kwargs: self._plot(*arg, **kwargs), kind="comp" ), + "plot_snapshot": PlotRule( + self, lambda arg, **kwargs: self._plot(*arg, **kwargs) + ), "coldens": PlotRule( self, partial(