Plot

Module for plotting transformed data using Plotly.

This module provides functions to plot the results of ICS.

icspylab.plot.plot_scores(scores, **kwargs)[source]

Plots a scatterplot matrix of the component scores of an invariant coordinate system obtained via an ICS transformation. It plots the full scatterplot matrix of the components only if there are less than seven components. Otherwise, the three first and three last components will be plotted. This is because the components with extreme kurtosis are the most interesting ones.

Parameters:

scores (np.ndarray) – results from an ICS transformation.