plot_pairwise_distance_matrix

plot_pairwise_distance_matrix(distance_matrix, a, b, path)[source]

Plot a pairwise distance matrix between two time series.

Parameters:
distance_matrixnp.ndarray

The pairwise distance matrix to plot.

anp.ndarray

The first time series.

bnp.ndarray

The second time series.

pathlist of tuple

The path of the minimum distances.

Returns:
axmatplotlib.axes.Axes

The Axes object with the plot.