xoa.krig.VariogramModel.plot

VariogramModel.plot(rmax=None, nr=100, show_params=True, **kwargs)[source]

Plot the semivariogram

Parameters:
  • rmax (float) – Max range in meters

  • nr (int) – Number of points to plot the curve

  • show_params (bool, dict) – Show a text box that contains the variogram parameters in the lower right corner.

  • kwargs (dict) – Extra keyword are passed to the xarray.DataArray.plot callable accessor