How do I plot the warping of DTW result using gnuplot?

Posted by Ekkmanz on Stack Overflow See other posts from Stack Overflow or by Ekkmanz
Published on 2010-03-18T18:09:01Z Indexed on 2010/03/18 18:11 UTC
Read the original article Hit count: 411

Filed under:
|

Hello,

Right now I have implemented Dynamic Time Warping algorithm for warping two 3D trajectories. Currently, gnuplot is my plotting tool of choice and it works fine when I plot multiple trajectories at a time. However, when I implement DTW one of the real use for plotting tool is to visualize the point warping, like this picture. Currently, the output of my DTW program is two time series in CSV files and another CSV file which indicate the warp (X in series 1 -> Y in series 2). Is there any possible way to do that in gnuplot?

© Stack Overflow or respective owner

Related posts about gnuplot

Related posts about plot