Skip to content

Grade Tonnage Curve🍋

gtc(grid, attribute, density, grades, kwargs) 🍋

Plot Grade Tonnage Curve of a GridObject.

Parameters:

Name Type Description Default
grid GridObject

GridObject to plot statistics.

required
attribute str

Attribute to to perform selectivity on.

required
density str

Density attribute of the GridObject.

required
grades Vector

Cutoffs grade.

required
**kwargs

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

{}

Returns:

Type Description
Figure

Plotly Figure of the Grade Tonnage Curve.