surface_GSF_load_mult

compas_tno.utilities.surface_GSF_load_mult(sizes, mins, maxs, legends, save=None)[source]

Plot a diagram of Thrusts based on the collected data on (m) problems each with (n) points.

Parameters
  • sizes (list of lists [m-n]) – Points with discretised solutions.

  • mins (list of lists [m-n]) – Adimensional thrust over weight for minimum thrust.

  • maxs (list of lists [m-n]) – Adimensional thrust over weight for minimum thrust.

  • legends (list [m]) – Legend of the (m) problems.

  • save (str, optional) – Path to save the graph. The default value is False.

Returns

obj – Plotter object.