Skip to content

Change the way expansion arrows are handled in plot visualization.

Matt Wala requested to merge improve-arrow-handling into master
  • Use annotate() to draw the arrows. This has a higher order API than arrow() that makes it easier to produce nice arrows.

  • Try to be smarter about avoiding overlapping arrows with expansion labels.

Example of output:

m2l

Merge request reports