Skip to content

Spatial 2D🍋

plot(georef_object, property, agg_method, region=None, region_agg=None, **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
region Optional[str]

Object region or condition to select data from.

None
region_agg Optional[RegionAggregationMethod]

Aggregation region method.

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