welltestpy.tools.campaign_well_plot

campaign_well_plot(campaign, plot_tests=True, plot_well_names=True, fig=None, style='WTP')[source]

Plot of the well constellation within the campaign.

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

  • plot_tests (bool, optional) – DESCRIPTION. The default is True.

  • plot_well_names (TYPE, optional) – DESCRIPTION. The default is True.

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

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

Returns

ax – The created matplotlib axes.

Return type

Axes