cuqi.geometry.Continuous1D.plot_envelope#

Continuous1D.plot_envelope(lo_values, hi_values, is_par=True, plot_par=False, **kwargs)#

Plots an envelope from lower and upper bounds over the set defined by the geometry object.

Parameters:
  • lo_values (ndarray) – 1D array that contains a lower bound of the function degrees of freedom.

  • hi_values (ndarray) – 1D array that contains an upper bound of the function degrees of freedom.

  • is_par (Boolean, default True) – Flag to indicate whether the values are parameters or function values. True: values are passed through the par2fun() method. False: values are plotted directly.

  • plot_par (Boolean, default False) – If true this method plots the parameters as a Discrete geometry.