# {py:mod}`evox.vis_tools.plot` ```{py:module} evox.vis_tools.plot ``` ```{autodoc2-docstring} evox.vis_tools.plot :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`plot_dec_space ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_dec_space :summary: ``` * - {py:obj}`plot_obj_space_1d ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d :summary: ``` * - {py:obj}`plot_obj_space_1d_no_animation ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d_no_animation :summary: ``` * - {py:obj}`plot_obj_space_1d_animation ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d_animation :summary: ``` * - {py:obj}`plot_obj_space_2d ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_2d :summary: ``` * - {py:obj}`plot_obj_space_3d ` - ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_3d :summary: ``` ```` ### API ````{py:function} plot_dec_space(population_history: typing.List[numpy.ndarray], **kwargs) -> plotly.graph_objects.Figure :canonical: evox.vis_tools.plot.plot_dec_space ```{autodoc2-docstring} evox.vis_tools.plot.plot_dec_space ``` ```` ````{py:function} plot_obj_space_1d(fitness_history: typing.List[numpy.ndarray], animation: bool = True, **kwargs) :canonical: evox.vis_tools.plot.plot_obj_space_1d ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d ``` ```` ````{py:function} plot_obj_space_1d_no_animation(fitness_history: typing.List[numpy.ndarray], **kwargs) :canonical: evox.vis_tools.plot.plot_obj_space_1d_no_animation ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d_no_animation ``` ```` ````{py:function} plot_obj_space_1d_animation(fitness_history: typing.List[numpy.ndarray], **kwargs) :canonical: evox.vis_tools.plot.plot_obj_space_1d_animation ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_1d_animation ``` ```` ````{py:function} plot_obj_space_2d(fitness_history: typing.List[numpy.ndarray], problem_pf: numpy.ndarray = None, sort_points: bool = False, **kwargs) -> plotly.graph_objects.Figure :canonical: evox.vis_tools.plot.plot_obj_space_2d ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_2d ``` ```` ````{py:function} plot_obj_space_3d(fitness_history, problem_pf: numpy.ndarray = None, sort_points: bool = False, **kwargs) :canonical: evox.vis_tools.plot.plot_obj_space_3d ```{autodoc2-docstring} evox.vis_tools.plot.plot_obj_space_3d ``` ````