[plotter] Add generic rule to plot data in snapshots
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user