plot
plot copied to clipboard
inset for Plot.link
it would be nice if the link mark supported inset the same way arrows do
suggested by @yurivish
A complimentary idea might be to support curve for arrows (as an alternative to bend), or maybe supporting arrowheads on link marks. Thinking about this more made me curious whether there's a fundamental difference between links and arrows.
Context-wise, this came up when I wanted to try using arrows as directed tree edges, but laying out the curves with bump-x or bump-y rather than using bend (as below). It does look quite exuberant. :)
You can use Plot.link(data, {…, markerEnd: "arrow", curve: "bump-x"})