Grade Tonnage Curve🍋
gtc(grid, attribute, density, grades, region=None, **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 |
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 of the Grade Tonnage Curve. |