elphick / mass-composition

Manage mass composition math operations and visualisation
https://elphick.github.io/mass-composition/
MIT License
1 stars 1 forks source link

Create deportment plot for fractionated samples #96

Open elphick opened 11 months ago

elphick commented 11 months ago

A MassComposition object can be used to represent a fractionated sample, that is, the sample is fractionated by size (and possibly by density et.al), with each fraction weighed and assayed. This fractionated sample can be visualised as a deportment plot.

The intent is to utilise the plotly capability to display xarray data with imshow. This would work well for a 2D fractionation, like size x density, but a dummy dimension would be needed to present a size fractionation as 2D, obviously.

elphick commented 10 months ago

Note to self - Pushed unfinished work - skeleton created.