.. _visualization: Visualization ============= Methods to create figures visualizing results of :ref:`backtest`, :ref:`parameter_scan`, :ref:`live_execution` etc. The included methods generate figures using the matplotlib package. The :ref:`plot_backtest` and :ref:`plot_live_execution` call the :meth:`Strategy.plot_info()` method for instruction on how to plot signals. .. toctree:: :maxdepth: 5 plot_backtest.rst param_scan_1D.rst param_scan_stack_aum.rst plot_live_execution.rst