plot_results

Class method.

do_mpc.graphics.Graphics.plot_results(self, t_ind=-1)

Plots the results stored in the data object. Use the t_ind parameter to plot only until the given time index. This can be used in post-processing for animations.

Parameters:

t_ind (int) – Plot results up until this time index.

Raises:
  • assertion – t_ind argument must be a int
  • assertion – t_ind argument must not exceed the length of the results
Returns:

None.

This page is auto-generated. Page source is not available on Github.