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