-
foxes.output.TurbineTypeCurves.plot_curves(plot_data, titles=
None, x_label=None, y_labels=None, axs=None, figsize=None, pmax_args={}, **kwargs)[source] Plot the power or ct curve.
Parameters¶
- plot_data: tuple
The plot data as returned by calc_plot_data(), (parameters, farm_results)
- titles: list of str, optional
The plot titles, one for each variable
- x_label: str, optional
The x axis label
- y_labels: list of str, optional
The y axis lables, one for each variable
- axs: list of pyplot.Axis, optional
The axis, one for each variable
- figsize: tuple
The figsize argument for plt.subplots() in case ax is not provided
- pmax_args: dict, optional
Additionals parameters for plt.plot() for power mask case
- kwargs: dict, optional
Additional parameters for plt.plot()
Returns¶
- axs: list of pyplot.Axis
The plot axes, one for each variable