Swath Plots🍋
swath_plot(geo_object, attribute, region, swath_interval, axis, color)
🍋
Plot swath for Drillholes.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
geo_object |
Drillholes
|
Drillholes to compute statistics on. |
required |
attribute |
str
|
Drillholes attribute to compute statistics on. |
required |
region |
Optional[str]
|
Object region or condition to select data from. |
required |
swath_interval |
float
|
Interval between swaths. |
required |
axis |
str
|
Drillholes axis to specify swath direction. |
required |
color |
str
|
Plotting color. |
required |
Returns:
Type | Description |
---|---|
Figure
|
Plotly Figure of Drillholes swaths. |
Last update:
2023-10-09