Given two lists, which contain same elements of string but in different orders, is there any API that can draw diagrams like
The diagram consists of two stacks of string. Between these two stacks, lines are used to link same elements between these two stacks.
Its outlook is similar as the visualization of sonar (an Eclipse code diff. tool), but the semantics of lines are different.
Does this kind of diagram have some formal name?