I'm generating a network graph in vedo and I'd like to add this as an inset to a matplotlib figure from matplotlib.offsetbox import OffsetImage, AnnotationBbox import networkx as nx from vedo import * ...