pympc
pympc copied to clipboard
Error in plot_output_trajectory()
IndexError Traceback (most recent call last)
/Users/tobia/codes/pympc/pympc/plot.pyc in plot_output_trajectory(C, x, h, y_bounds) 199 if y_bounds is not None: 200 for bound in y_bounds: --> 201 bound_plot, = plt.step(t, bound[i,0]*np.ones(t.shape),'r') 202 203 # miscellaneous options
IndexError: too many indices for array