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 plot

  • color (Optional[str]) – Optional color variable

  • title (Optional[str]) – Optional plot title

Return type:

Figure

Returns: