plot_heterogeneity_curve#

plot_heterogeneity_curve(radii, variances, relative_radii=True, fig=None, ax=None, **kwargs)[source]#

Plot the results of the porosity variance heterogeneity analysis with colored heterogeneous/homogenous zones.

Return type:

Tuple[Figure, Axes]

Parameters:
  • radii – The window sizes used to calculate the porosity variance.

  • variances – The porosity variances for each window size.

  • relative_radii – If True, the plotted radii are relative to the first window size. Otherwise, the absolute radii are shown.

Returns:

Matplotlib figure and axes objects.

Return type:

fig, ax