Skip to content

Histogram🍋

histogram_plot(data, nbins=20, kwargs) 🍋

Shows the histograms of given properties (one or several).

Parameters:

Name Type Description Default
data List[Dict[str, Union[GeoRefObject, str]]]

List of distributions to plot. Each distribution is made from a geo-ref object property: ensure each item in the list contains the two keys object (referring to the GeoRefObject, e.g. DrillHoles, BlockModel, Surface, etc.) and property (referring to the property name).

required
nbins int

Refers to the number of bins on both histograms.

20
**kwargs

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

{}

Returns:

Type Description
Figure

Plotly Figure.