Why doesn the plugin use the sequence diagram to show analysis results?
A. A sequence diagram is a possible graph layout but this layout is good for diagrams that contain a few methods and single method call chain. But the analysis results can contain many start methods and call chains, even the method calls graph can be non-planar. So the plugin uses tree graph layout with layering by call depth.