[plotter] Add generic rule to plot data in snapshots

This commit is contained in:
Noe Brucy
2021-02-11 09:07:24 +01:00
parent 4d533ab464
commit 19badde3d9
+3
View File
@@ -1233,6 +1233,9 @@ class Plotter(Aggregator, BaseProcessor):
"plot": PlotRule( "plot": PlotRule(
self, lambda arg, **kwargs: self._plot(*arg, **kwargs), kind="comp" self, lambda arg, **kwargs: self._plot(*arg, **kwargs), kind="comp"
), ),
"plot_snapshot": PlotRule(
self, lambda arg, **kwargs: self._plot(*arg, **kwargs)
),
"coldens": PlotRule( "coldens": PlotRule(
self, self,
partial( partial(