Skip to content

Spatial 2D🍋

plot(georef_object, property, agg_method, kwargs) 🍋

Return a 2d plot of a given property belonging to a GeoRefObject. Can be used on a non geo-referenced object.

Parameters:

Name Type Description Default
georef_object GeoRefObject

GeoRefObject (e.g. DrillHoles, BlockModel, Surface, etc.).

required
property str

Property to map.

required
agg_method AggregationMethod

aggregation data methods. See Pandas - Group By to find out supported methods.

required
**kwargs

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

{}

Returns:

Type Description
Figure

Plotly Figure.