desdeo_vis.plot

This module contains the machinery for doing non-interactive plotting of multidimensional data. Currently it can generate VEGA specifications for parallel coordinates plots.

desdeo_vis.plot.parplot(results, problem)

Plot a parallel cordinate plot of solutions using Altair and Vega 3.

Parameters:
  • results – The solutions to plot.
  • problem – The DESDEO problem with which the plot is made with respect to.