welltestpy.tools.diagnostic_plot_pump_test

diagnostic_plot_pump_test(observation, rate, method='bourdet', linthresh_time=1.0, linthresh_head=1e-05, fig=None, ax=None, plotname=None, style='WTP')[source]

Plot the derivative with the original data.

Parameters
  • observation (welltestpy.data.Observation) – The observation to calculate the derivative.

  • rate (float) – Pumping rate.

  • method (str, optional) – Method to calculate the time derivative. Default: “bourdet”

  • linthresh_time (:class: ‘float’) – Range of time around 0 that behaves linear. Default: 1

  • linthresh_head (:class: ‘float’) – Range of head values around 0 that behaves linear. Default: 1e-5

  • fig (Figure, optional) – Matplotlib figure to plot on. Default: None.

  • ax (Axes) – Matplotlib axes to plot on. Default: None.

  • plotname (str, optional) – Plot name if the result should be saved. Default: None.

  • style (str, optional) – Plot style. Default: “WTP”.

Return type

Diagnostic plot