python, matplotlib, svg and hyperlinks in text labels
This change in matplotlib git enables rendering Text object's URL fields as links in the rendered SVG.
Including the code by @travc this could look like:
url = "https://matplotlib.org/"
txt = plt.text(x, y, url, url=url, bbox = dict(color='w', alpha=0.01, url=url)