welltestpy.tools.campaign_plot

campaign_plot(campaign, select_test=None, fig=None, style='WTP', **kwargs)[source]

Plot an overview of the tests within the campaign.

Parameters
  • campaign (Campaign) – The campaign to be plotted.

  • select_test (dict, optional) – The selected tests to be added to the plot. The default is None.

  • fig (Figure, optional) – Matplotlib figure to plot on. The default is None.

  • style (str, optional) – Plot style. The default is “WTP”.

  • **kwargs (TYPE) – Keyword arguments forwarded to the tests plotting routines.

Returns

fig – The created matplotlib figure.

Return type

Figure