QVFitter.plot_qv_data

QVFitter.plot_qv_data(ax=None, show_plt=True)[source]

Plot the qv data as a function of depth

Parameters
  • ax (Axes or None) – plot axis (if passed in).

  • show_plt (bool) – display the plot.

Raises

ImportError – If matplotlib is not installed.