:py:mod:`fragile.dataviz.plot_root` =================================== .. py:module:: fragile.dataviz.plot_root Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: fragile.dataviz.plot_root.PlotRootWalker fragile.dataviz.plot_root.PlotMario .. py:class:: PlotRootWalker(image_shape=None, step_after_set_state = False, **kwargs) Bases: :py:obj:`fragile.dataviz.stream_plots.PlotCallback` The :class:`Walkers` is a data structure that takes care of all the data involved in making a Swarm evolve. .. py:attribute:: name :annotation: = plot_root .. py:method:: root() :property: .. py:method:: image_shape() :property: .. py:method:: setup(swarm) Prepare the component during the setup phase of the :class:`Swarm`. .. py:method:: send() .. py:method:: panel() .. py:method:: image_from_state(state) .. py:method:: reset(root_walker=None, state=None, **kwargs) Reset the internal state of the :class:`SwarmComponent`. :param inplace: Unused. Defaults to True. :type inplace: bool, optional :param root_walker: Set the internal state of the :class:`SwarmComponent` to this value. Defaults to None. :type root_walker: Optional[StateData], optional :param states: Set the internal state of the :class:`SwarmComponent` to this value. Defaults to None. :type states: Optional[StateData], optional :param kwargs: Other parameters required to reset the component. .. py:class:: PlotMario(**kwargs) Bases: :py:obj:`PlotRootWalker` The :class:`Walkers` is a data structure that takes care of all the data involved in making a Swarm evolve. .. py:method:: send() .. py:method:: panel() .. py:method:: image_from_state(state)