Kriging visualization
plot_variogram(variogram_outputs, save_path=None, aws_profile=None)
Plot an empirical variogram and its covariance model(s).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
variogram_outputs
|
Variogram | list[Variogram]
|
hip.analysis.ops._kriging.Variogram_Outputs object, or a list of Variogram_Outputs objects. If a list is provided, the empirical variogram will be taken from the first object. Then the fitted curve of each object will be plotted. |
required |
save_path
|
str
|
the figure will be saved at this path if provided. |
None
|
aws_profile
|
str
|
Name of profile to use for interactions with AWS. If None, defaults to standard boto workflow. |
None
|
Returns:
| Name | Type | Description |
|---|---|---|
fig |
matplotlib.pyplot.figure plot object |
|
ax |
matplotlib.pyplot.axes plot object |