Density_heatmap🍋
Return a heatmap by grouping overlaying marks of two properties, and color-coding them based on the number of marks in the group.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
geo_object |
GeoRefObject
|
GeoRefObject (eg: Drillholes, BlockModel or PointCloud). |
required |
property_x |
str
|
|
required |
property_y |
str
|
|
required |
region |
Optional[str]
|
Object region or condition to select data from. |
None
|
**kwargs |
Extra arguments to pass along to Plotly - Update Layout, arguments available at Plotly - Layout. |
{}
|
Returns:
Type | Description |
---|---|
Figure
|
Plotly Figure. |
Last update:
2022-12-23