As shown in the following plot, Makie’s GridLayout is ideal for making a small multiple plot as described by Edward Tufte as a way to make plots more informative by increasing their “data density”. This is especially helpful with medical test results because a large amount of medical test results often lack a concise story.
To improve the graphical story, I would like to draw some causality arrows between some of the medical test results but some of the test results may be on different pages such that the arrow head may be out of view in one plot and that arrow tail may be out of view in another plot. Any suggestions on how to draw partial arrows so that they look whole when multiple plots are merged?
P.S., The Julia and Makie code for generating the above small multiple plot is listed in Appendix A of this draft essay (Seeing Causality in Medical Records).