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(