Drawing of wrapped operations in Matplotlib schedule view
A probably easy approach to get better drawing of wrapped operations is to
- Detect that they are wrapped
- Draw them twice, including duplicated interconnects (interconnects one will have to think about/try out)
- Set the clip box to the axes using https://matplotlib.org/stable/api/_as_gen/matplotlib.artist.Artist.set_clip_box.html (although this seems to be the current case, so not really sure how much of this is actually "novel", but maybe still worthwhile trying to draw duplicate instances and figure out how to do interconnect...)