Skip to content

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

geo_object property to plot along the X-axis.

required
property_y str

geo_object property to plot along the Y-axis.

required
**kwargs

Extra arguments to pass along to Plotly - Update Layout, arguments available at Plotly - Layout.

{}

Returns:

Type Description
Figure

Plotly Figure.