elphick.geomet.utils.viz.plot_parallel
- elphick.geomet.utils.viz.plot_parallel(data, color=None, title=None)[source]
 Create an interactive parallel plot
Useful to explore multi-dimensional data like mass-composition data
- Parameters:
 data (
DataFrame) – Dataframe to plotcolor (
Optional[str]) – Optional color variabletitle (
Optional[str]) – Optional plot title
- Return type:
 Figure
Returns: